From 0cdebba7aeb199b6f04d07bcc5611bf1eec19db3 Mon Sep 17 00:00:00 2001 From: Michael Lee Rilee Date: Sat, 15 Oct 2022 21:25:44 +0000 Subject: [PATCH] Forgot version number in CMakeLists.txt. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c6c8fff..1f96cbd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.18) -project(STARE VERSION 1.2.5 +project(STARE VERSION 1.2.6 DESCRIPTION "SpatioTemporal Adaptive Resolution Encoding for combining diverse geodata." HOMEPAGE_URL "https://github.com/SpatioTemporal/STARE")