Skip to content

Commit 777ccba

Browse files
committed
Release GnuCash 5.13
1 parent 3f12c49 commit 777ccba

File tree

3 files changed

+67
-7498
lines changed

3 files changed

+67
-7498
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (POLICY CMP0177)
2121
endif()
2222

2323
project (gnucash
24-
VERSION 5.12
24+
VERSION 5.13
2525
)
2626

2727
enable_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

912913
if (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})

0 commit comments

Comments
 (0)