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, 2023
1 parent da765f5 commit e7cbee6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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 1)
set(JAS_VERSION_MINOR 1)
set(JAS_VERSION_PATCH 0)

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

* Add support for building several JasPer application programs for
WebAssembly target with WASI support.

4.0.1 (2023-11-04)
==================

Expand Down

0 comments on commit e7cbee6

Please sign in to comment.