Skip to content

Commit

Permalink
Release GnuCash 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Mar 26, 2022
1 parent cb04a2a commit fa0a10c
Show file tree
Hide file tree
Showing 3 changed files with 5,645 additions and 12 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Expand Up @@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
endif()

project (gnucash
VERSION 4.9
VERSION 4.10
)

enable_testing()
Expand Down Expand Up @@ -653,6 +653,7 @@ set(gnucash_DOCS
ChangeLog.2018
ChangeLog.2019
ChangeLog.2020
ChangeLog.2021
DOCUMENTERS
HACKING
LICENSE
Expand Down Expand Up @@ -803,7 +804,7 @@ add_subdirectory(cmake)

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

0 comments on commit fa0a10c

Please sign in to comment.