gnucash maint: Echo into CMakeLists.txt rename of gmock-qofqury to fake-qofquery.

John Ralls jralls at code.gnucash.org
Sun Dec 13 15:01:11 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/2ff3bf58 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f2f1e98b (commit)



commit 2ff3bf587772af99f6075d287d05b2ed79d03cba
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 13 11:52:32 2020 -0800

    Echo into CMakeLists.txt rename of gmock-qofqury to fake-qofquery.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 78da42ca7..72a30ab04 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.2
+    VERSION 4.3
 )
 
 enable_testing()
diff --git a/libgnucash/engine/mocks/CMakeLists.txt b/libgnucash/engine/mocks/CMakeLists.txt
index 119feaf5b..85262f66f 100644
--- a/libgnucash/engine/mocks/CMakeLists.txt
+++ b/libgnucash/engine/mocks/CMakeLists.txt
@@ -5,8 +5,8 @@ set(engine_mocks_SOURCES
     gmock-qofbook.cpp
     gmock-qofbook.h
     gmock-qofinstance.cpp
-    gmock-qofquery.cpp
-    gmock-qofquery.h
+    fake-qofquery.cpp
+    fake-qofquery.h
     gmock-Split.cpp
     gmock-Split.h
     gmock-Transaction.cpp



Summary of changes:
 CMakeLists.txt                         | 2 +-
 libgnucash/engine/mocks/CMakeLists.txt | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list