File tree Expand file tree Collapse file tree 3 files changed +67
-7498
lines changed Expand file tree Collapse file tree 3 files changed +67
-7498
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if (POLICY CMP0177)
2121endif ()
2222
2323project (gnucash
24- VERSION 5.12
24+ VERSION 5.13
2525)
2626
2727enable_testing ()
@@ -754,6 +754,7 @@ set(gnucash_DOCS
754754 ChangeLog.2021
755755 ChangeLog.2022
756756 ChangeLog.2023
757+ ChangeLog.2024
757758 DOCUMENTERS
758759 HACKING
759760 LICENSE
@@ -911,7 +912,7 @@ add_subdirectory(cmake)
911912
912913if (BUILDING_FROM_VCS)
913914 add_custom_target (ChangeLog ALL
914- COMMAND ${GIT_EXECUTABLE} log --format=\"%ad %aN %n%n%x09* %s%d%n\" --date=short --since=2023 -01-01 > ${CMAKE_BINARY_DIR} /ChangeLog
915+ COMMAND ${GIT_EXECUTABLE} log --format=\"%ad %aN %n%n%x09* %s%d%n\" --date=short --since=2025 -01-01 > ${CMAKE_BINARY_DIR} /ChangeLog
915916 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
916917 )
917918 install (FILES ${CMAKE_BINARY_DIR} /ChangeLog DESTINATION ${CMAKE_INSTALL_DOCDIR} )
You can’t perform that action at this time.
0 commit comments