Fix CMakeLists version number that missed getting committed.

Even though it's correct in the tarball.
pull/1219/head
John Ralls 4 years ago
parent 37606ddffa
commit 20bfabf7a7

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

Loading…
Cancel
Save