Skip to content

Commit a9be8d5

Browse files
committed
Release GnuCash Unstable 4.900
1 parent 013d1ee commit a9be8d5

File tree

3 files changed

+4699
-1
lines changed

3 files changed

+4699
-1
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,7 @@ set(gnucash_DOCS
667667
ChangeLog.2019
668668
ChangeLog.2020
669669
ChangeLog.2021
670+
ChangeLog.2022
670671
DOCUMENTERS
671672
HACKING
672673
LICENSE
@@ -817,7 +818,7 @@ add_subdirectory(cmake)
817818

818819
if (BUILDING_FROM_VCS)
819820
add_custom_target(ChangeLog ALL
820-
COMMAND ${GIT_EXECUTABLE} log --format=\"%ad %aN %n%n%x09* %s%d%n\" --date=short --since=2022-01-01 > ${CMAKE_BINARY_DIR}/ChangeLog
821+
COMMAND ${GIT_EXECUTABLE} log --format=\"%ad %aN %n%n%x09* %s%d%n\" --date=short --since=2023-01-01 > ${CMAKE_BINARY_DIR}/ChangeLog
821822
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
822823
)
823824
install(FILES ${CMAKE_BINARY_DIR}/ChangeLog DESTINATION ${CMAKE_INSTALL_DOCDIR})

0 commit comments

Comments
 (0)