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 Jun 3, 2022
1 parent 8138231 commit 6a5d65a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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 3)
set(JAS_VERSION_MINOR 0)
set(JAS_VERSION_PATCH 3)
set(JAS_VERSION_PATCH 4)

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

* Eliminate some bogus calls to abort.
* Fix a typo in jas_safeui64_div (#323).
* Add some additional logging messages.
* Fix the source of a potential compiler warning (#321).

3.0.3 (2022-03-15)
==================

Expand Down

0 comments on commit 6a5d65a

Please sign in to comment.