Skip to content

Commit fa0a10c

Browse files
committed
Release GnuCash 4.10
1 parent cb04a2a commit fa0a10c

File tree

3 files changed

+5645
-12
lines changed

3 files changed

+5645
-12
lines changed

CMakeLists.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
66
endif()
77

88
project (gnucash
9-
VERSION 4.9
9+
VERSION 4.10
1010
)
1111

1212
enable_testing()
@@ -653,6 +653,7 @@ set(gnucash_DOCS
653653
ChangeLog.2018
654654
ChangeLog.2019
655655
ChangeLog.2020
656+
ChangeLog.2021
656657
DOCUMENTERS
657658
HACKING
658659
LICENSE
@@ -803,7 +804,7 @@ add_subdirectory(cmake)
803804

804805
if (BUILDING_FROM_VCS)
805806
add_custom_target(ChangeLog ALL
806-
COMMAND ${GIT_EXECUTABLE} log --format=\"%ad %aN %n%n%x09* %s%d%n\" --date=short --since=2021-01-01 > ${CMAKE_BINARY_DIR}/ChangeLog
807+
COMMAND ${GIT_EXECUTABLE} log --format=\"%ad %aN %n%n%x09* %s%d%n\" --date=short --since=2022-01-01 > ${CMAKE_BINARY_DIR}/ChangeLog
807808
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
808809
)
809810
install(FILES ${CMAKE_BINARY_DIR}/ChangeLog DESTINATION ${CMAKE_INSTALL_DOCDIR})

0 commit comments

Comments
 (0)