@@ -12,7 +12,7 @@ ENDIF("${Mummy_BINARY_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
12
12
#
13
13
SET (Mummy_VERSION_MAJOR 1)
14
14
SET (Mummy_VERSION_MINOR 0)
15
- SET (Mummy_VERSION_PATCH 1 )
15
+ SET (Mummy_VERSION_PATCH 2 )
16
16
SET (Mummy_VERSION_STRING "${Mummy_VERSION_MAJOR} .${Mummy_VERSION_MINOR} .${Mummy_VERSION_PATCH} " )
17
17
IF (Mummy_BUILD_IS_TOP_LEVEL)
18
18
SET (Mummy_INSTALL_PREFIX "${CMAKE_BINARY_DIR} Install" CACHE STRING "" )
@@ -23,10 +23,10 @@ ENDIF(Mummy_BUILD_IS_TOP_LEVEL)
23
23
# time *this* file was committed):
24
24
#
25
25
SET (Mummy_SCS_Author "$Author: david.cole $" )
26
- SET (Mummy_SCS_Date "$Date: 2010-11-12 12:23:12 -0500 (Fri, 12 Nov 2010) $" )
27
- SET (Mummy_SCS_Id "$Id: CMakeLists.txt 518 2010-11-12 17:23:12Z david.cole $" )
28
- SET (Mummy_SCS_Revision "$Revision: 518 $" )
29
- SET (Mummy_SCS_URL "$URL: https ://www .kitware.com/svn/ActiViz/trunk/ mummy/CMakeLists.txt $" )
26
+ SET (Mummy_SCS_Date "$Date: 2011-01-27 $" )
27
+ SET (Mummy_SCS_Id "$Id: CMakeLists.txt $" )
28
+ SET (Mummy_SCS_Revision "$Revision: 599 $" )
29
+ SET (Mummy_SCS_URL "$URL: git ://public .kitware.com/mummy.git $" )
30
30
31
31
# Use these settings when building with the Msvc compiler:
32
32
#
@@ -178,7 +178,14 @@ ENDIF("${Mummy_SVN_STATUS}" STREQUAL "")
178
178
179
179
# Pull in FindSubversion.cmake to get the Subversion_WC_INFO macro:
180
180
#
181
- SET (Mummy_VERSION_SVN_REVISION "0" )
181
+
182
+ SET (Mummy_VERSION_SVN_REVISION "599" )
183
+ #
184
+ # This value is an artificial number that is simply incremented manually
185
+ # now after switching to git from svn... Whenever we do "real packaging
186
+ # releases" this number should be incremented manually until this code
187
+ # is updated to reflect our shiny, new git repo-ness.
188
+
182
189
IF (Mummy_SOURCE_TREE_IS_SVN_CHECKOUT)
183
190
SET (Subversion_SVN_EXECUTABLE "${svn_EXECUTABLE} " )
184
191
FIND_PACKAGE (Subversion)
0 commit comments