From 75ed2c60d71084b9a79f0250d7577609bf6d50a7 Mon Sep 17 00:00:00 2001 From: Michael Lee Rilee Date: Thu, 9 Sep 2021 00:43:20 -0400 Subject: [PATCH] Version bump. --- CMakeLists.txt | 2 +- NOTES | 5 +++++ VERSION | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85e9096..127b51a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.18) -project(STARE VERSION 1.2.3 +project(STARE VERSION 1.2.4 DESCRIPTION "SpatioTemporal Adaptive Resolution Encoding for combining diverse geodata." HOMEPAGE_URL "https://github.com/SpatioTemporal/STARE") diff --git a/NOTES b/NOTES index 61630be..a3886a4 100644 --- a/NOTES +++ b/NOTES @@ -1,4 +1,9 @@ +* 2021-0909 Version 1.2.4b + +Improved CMake configuration for building both shared and static +versions. Working around GNUInstallDirs. + * 2021-0907 Version 1.2.3b Improved CMake configuration for building both shared and static versions. diff --git a/VERSION b/VERSION index 0495c4a..e8ea05d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.3 +1.2.4