]> Creatis software - gdcm.git/commitdiff
* Prepare the modifications for a new DocEntry structuration Version1.2.bp
authorregrain <regrain>
Tue, 18 Oct 2005 07:52:44 +0000 (07:52 +0000)
committerregrain <regrain>
Tue, 18 Oct 2005 07:52:44 +0000 (07:52 +0000)
   * Update the version and do a CVS branch
   -- BeNours

CMakeLists.txt

index cc7a610247e6cb079eb1ef503b794a942d8d0068..48e2e508f2f503cd9698575b1b5e1f027f8a4bff 100644 (file)
@@ -5,8 +5,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.0)
 #-----------------------------------------------------------------------------
 # GDCM version number, usefull for packaging and doxygen doc:
 SET(GDCM_MAJOR_VERSION 1)
-SET(GDCM_MINOR_VERSION 1)
-SET(GDCM_BUILD_VERSION 1)
+SET(GDCM_MINOR_VERSION 2)
+SET(GDCM_BUILD_VERSION 0)
 SET(GDCM_VERSION 
     "${GDCM_MAJOR_VERSION}.${GDCM_MINOR_VERSION}.${GDCM_BUILD_VERSION}")