From 020ec588d59d6ef13aef73aa0d86343ddda600b5 Mon Sep 17 00:00:00 2001 From: Michael Adams Date: Tue, 15 Mar 2022 00:45:37 -0700 Subject: [PATCH] Updated the NEWS document. 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 54ce06bf..c2a85469 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 2) +set(JAS_VERSION_PATCH 3) # 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 36192f02..c96b75de 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,8 @@ +3.0.3 (2022-03-15) +================== + +* Fix some portability issues in a few scripts. + 3.0.2 (2022-02-14) ==================