From d6cec7261e777a38e6d42dddeb9fe98d0e26a75e Mon Sep 17 00:00:00 2001 From: Michael Adams Date: Sat, 17 Apr 2021 15:24:32 -0700 Subject: [PATCH] Updated the NEWS document and bumped the version number. --- CMakeLists.txt | 2 +- NEWS | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d3d02a59..6aba9fb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ include(CheckCCompilerFlag) # The major, minor, and micro version numbers of the project. set(JAS_VERSION_MAJOR 2) set(JAS_VERSION_MINOR 0) -set(JAS_VERSION_PATCH 29) +set(JAS_VERSION_PATCH 31) # The project version. set(JAS_VERSION diff --git a/NEWS b/NEWS index 1ec6d1fa..e18a64de 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +2.0.31 (2021-04-17) +=================== + +* Test release performed with GitHub Actions. + 2.0.29 (2021-04-16) ===================