Skip to content

Commit

Permalink
Updated the NEWS document and bumped the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdadams committed Nov 28, 2023
1 parent d955e6d commit 917f770
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.20)
# The major, minor, and micro version numbers of the project.
set(JAS_VERSION_MAJOR 4)
set(JAS_VERSION_MINOR 1)
set(JAS_VERSION_PATCH 0)
set(JAS_VERSION_PATCH 1)

# The shared library versioning information.
# Guidelines on how to change this information can be found below.
Expand Down
7 changes: 7 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
4.1.1 (2023-11-28)
==================

* Disallow in-source builds by default.
* Fix a potential integer overflow problem in the jas_get_total_mem_size
function (for the Windows platform).

4.1.0 (2023-11-04)
==================

Expand Down

0 comments on commit 917f770

Please sign in to comment.