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 5, 2022
1 parent ec4d022 commit 402d096
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ cmake_minimum_required(VERSION 3.12)
################################################################################

# The major, minor, and micro version numbers of the project.
set(JAS_VERSION_MAJOR 3)
set(JAS_VERSION_MAJOR 4)
set(JAS_VERSION_MINOR 0)
set(JAS_VERSION_PATCH 6)
set(JAS_VERSION_PATCH 0)

# The shared library versioning information.
# Guidelines on how to change this information can be found below.
# The shared library version was set to 6.0.0 for JasPer version 3.0.0.
set(JAS_SO_VERSION 6)
# The shared library version was set to 7.0.0 for JasPer version 4.0.0.
set(JAS_SO_VERSION 7)
set(JAS_SO_MINOR 0)
set(JAS_SO_RELEASE 0)

Expand Down
2 changes: 1 addition & 1 deletion NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unreleased
4.0.0 (2022-11-05)
==================

* Improve static linking (##336).
Expand Down

0 comments on commit 402d096

Please sign in to comment.