From 8e4c4948cc57e0fa83e3c71f0e7e4edf9ddd32ae Mon Sep 17 00:00:00 2001 From: John Ralls Date: Tue, 14 Sep 2021 08:28:49 -0700 Subject: [PATCH] Put version back to 4.6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2613a43e65..ad007c262d 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.7 + VERSION 4.6 ) enable_testing()