File tree 3 files changed +5645
-12
lines changed
3 files changed +5645
-12
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
6
6
endif ()
7
7
8
8
project (gnucash
9
- VERSION 4.9
9
+ VERSION 4.10
10
10
)
11
11
12
12
enable_testing ()
@@ -653,6 +653,7 @@ set(gnucash_DOCS
653
653
ChangeLog.2018
654
654
ChangeLog.2019
655
655
ChangeLog.2020
656
+ ChangeLog.2021
656
657
DOCUMENTERS
657
658
HACKING
658
659
LICENSE
@@ -803,7 +804,7 @@ add_subdirectory(cmake)
803
804
804
805
if (BUILDING_FROM_VCS)
805
806
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
807
808
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
808
809
)
809
810
install (FILES ${CMAKE_BINARY_DIR} /ChangeLog DESTINATION ${CMAKE_INSTALL_DOCDIR} )
You can’t perform that action at this time.
0 commit comments