r20205 - gnucash/trunk - Update newly introduced NANO version number in cmake build script as well.

Christian Stimming cstim at code.gnucash.org
Sun Jan 30 05:25:07 EST 2011


Author: cstim
Date: 2011-01-30 05:25:07 -0500 (Sun, 30 Jan 2011)
New Revision: 20205
Trac: http://svn.gnucash.org/trac/changeset/20205

Modified:
   gnucash/trunk/CMakeLists.txt
   gnucash/trunk/src/config.h.cmake.in
Log:
Update newly introduced NANO version number in cmake build script as well.

Modified: gnucash/trunk/CMakeLists.txt
===================================================================
--- gnucash/trunk/CMakeLists.txt	2011-01-30 10:21:48 UTC (rev 20204)
+++ gnucash/trunk/CMakeLists.txt	2011-01-30 10:25:07 UTC (rev 20205)
@@ -11,6 +11,10 @@
 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)

Modified: gnucash/trunk/src/config.h.cmake.in
===================================================================
--- gnucash/trunk/src/config.h.cmake.in	2011-01-30 10:21:48 UTC (rev 20204)
+++ gnucash/trunk/src/config.h.cmake.in	2011-01-30 10:25:07 UTC (rev 20205)
@@ -4,6 +4,7 @@
 #define GNUCASH_MAJOR_VERSION @CUTECASH_VERSION_MAJOR@
 #define GNUCASH_MICRO_VERSION @CUTECASH_VERSION_MINOR@
 #define GNUCASH_MINOR_VERSION @CUTECASH_VERSION_PATCH@
+#define GNUCASH_NANO_VERSION @CUTECASH_VERSION_NANO@
 #define VERSION "@CUTECASH_VERSION_MAJOR at .@CUTECASH_VERSION_MINOR at .@CUTECASH_VERSION_PATCH@"
 
 /* Definitions for all OS */



More information about the gnucash-changes mailing list