From 20bfabf7a7fb23f5bea7c6ed47882d1ff3825bf1 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 19 Dec 2021 12:28:57 -0800 Subject: [PATCH] Fix CMakeLists version number that missed getting committed. Even though it's correct in the tarball. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index de10b73903..d8a1169cb5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0) endif() project (gnucash - VERSION 4.8 + VERSION 4.9 ) enable_testing()