From 8e678533440fccea70f999e3880b4183de37fc42 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Fri, 3 Dec 2021 13:51:11 -0800 Subject: [PATCH] Put version back to 4.8. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61149a1c9e..de10b73903 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.900 + VERSION 4.8 ) enable_testing()