Skip to content

Commit

Permalink
Bumped the version number and updated the NEWS document.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdadams committed Nov 4, 2023
1 parent 354722a commit 09233ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.12)
# The major, minor, and micro version numbers of the project.
set(JAS_VERSION_MAJOR 4)
set(JAS_VERSION_MINOR 0)
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
5 changes: 3 additions & 2 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
4.0.1 (YYYY-MM-DD)
4.0.1 (2023-11-04)
==================

* Fix integer overflow bug in PNM decoder (#353).
* Fix a few minor build issues.

4.0.0 (2022-11-05)
==================

* Improve static linking (##336).
* Improve static linking (#336).
* Fix path relocation in mingw environment (#335).
* Improve logging and build scripts.
* Improve JPEG-2000 conformance test results.
Expand Down

0 comments on commit 09233ab

Please sign in to comment.