mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Update newly introduced NANO version number in cmake build script as well.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20205 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -11,6 +11,10 @@ SET (CUTECASH_VERSION_MAJOR "0")
|
||||
SET (CUTECASH_VERSION_MINOR "1")
|
||||
SET (CUTECASH_VERSION_PATCH "0")
|
||||
|
||||
# Change this in development versions when changing anything that
|
||||
# affects stored data structures. Reset to zero when bumping version.
|
||||
SET (CUTECASH_VERSION_NANO "0")
|
||||
|
||||
# Extra cmake macros
|
||||
SET (CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/src/cmake_modules;${CMAKE_MODULE_PATH}")
|
||||
INCLUDE (MacroAppendForeach)
|
||||
|
||||
Reference in New Issue
Block a user