diff --git a/CMakeLists.txt b/CMakeLists.txt index 78da42ca79..72a30ab040 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 119feaf5b4..85262f66f5 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