From 2f472a1d7f3faa213bc826ae258768d849964cfe Mon Sep 17 00:00:00 2001 From: Michael Adams Date: Thu, 23 Jun 2022 06:58:55 -0700 Subject: [PATCH] Updated the NEWS document and bumped the version number. --- CMakeLists.txt | 2 +- NEWS.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 52ad5a86..5ad12995 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 4) +set(JAS_VERSION_PATCH 5) # The shared library versioning information. # Guidelines on how to change this information can be found below. diff --git a/NEWS.txt b/NEWS.txt index 4791333a..0a3ef101 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,8 @@ +3.0.5 (2022-06-23) +================== + +* Fix a minor build issue. + 3.0.4 (2022-06-02) ==================