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 Feb 14, 2022
1 parent acfe76d commit 2678639
Show file tree
Hide file tree
Showing 2 changed files with 6 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 1)
set(JAS_VERSION_PATCH 2)

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

* Fix a build issue that occurs when a cross-compiler is used (e.g., #319).

3.0.1 (2022-02-12)
==================

Expand Down

0 comments on commit 2678639

Please sign in to comment.