Release GnuCash 4.8

This commit is contained in:
John Ralls 2021-09-27 17:46:56 -07:00
parent bdb5f3d871
commit caa6bcd1ce
2 changed files with 7 additions and 1 deletions

View File

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

6
NEWS
View File

@ -1,5 +1,11 @@
Version history:
------- -------
4.8 - 28 September 2021
The ninth release of the 4.x stable series.
This is a snap release to fix a crasher bug on Linux. The only change is
GSettings hotfix - resolve crash due to bad schema reference
4.7 - 26 September 2021
The eighth release of the 4.x stable series.