Fix CMakeLists version number that missed getting committed.

Even though it's correct in the tarball.
This commit is contained in:
John Ralls 2021-12-19 12:28:57 -08:00
parent 37606ddffa
commit 20bfabf7a7

View File

@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
endif()
project (gnucash
VERSION 4.8
VERSION 4.9
)
enable_testing()