Skip to content

Commit 6c99e07

Browse files
committed
Increment version numbers for first public release.
1 parent aabdfb7 commit 6c99e07

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

CMakeLists.txt

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENDIF("${Mummy_BINARY_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
1212
#
1313
SET(Mummy_VERSION_MAJOR 1)
1414
SET(Mummy_VERSION_MINOR 0)
15-
SET(Mummy_VERSION_PATCH 1)
15+
SET(Mummy_VERSION_PATCH 2)
1616
SET(Mummy_VERSION_STRING "${Mummy_VERSION_MAJOR}.${Mummy_VERSION_MINOR}.${Mummy_VERSION_PATCH}")
1717
IF(Mummy_BUILD_IS_TOP_LEVEL)
1818
SET(Mummy_INSTALL_PREFIX "${CMAKE_BINARY_DIR} Install" CACHE STRING "")
@@ -23,10 +23,10 @@ ENDIF(Mummy_BUILD_IS_TOP_LEVEL)
2323
# time *this* file was committed):
2424
#
2525
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 $")
3030

3131
# Use these settings when building with the Msvc compiler:
3232
#
@@ -178,7 +178,14 @@ ENDIF("${Mummy_SVN_STATUS}" STREQUAL "")
178178

179179
# Pull in FindSubversion.cmake to get the Subversion_WC_INFO macro:
180180
#
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+
182189
IF(Mummy_SOURCE_TREE_IS_SVN_CHECKOUT)
183190
SET(Subversion_SVN_EXECUTABLE "${svn_EXECUTABLE}")
184191
FIND_PACKAGE(Subversion)

0 commit comments

Comments
 (0)