]> Creatis software - gdcm.git/blobdiff - CMakeLists.txt
ENH: Fix project number, CVS HEAD IS NOT 1.0 anymore. Also trying to add comment...
[gdcm.git] / CMakeLists.txt
index 9e0aa193091a650abd9e0a0d8cb72fc5f11d43f9..86f8d6d2b9530f670d2b227fc0c2f711cab4e240 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 0)
-SET(GDCM_BUILD_VERSION 1)
+SET(GDCM_MINOR_VERSION 1)
+SET(GDCM_BUILD_VERSION 0)
 SET(GDCM_VERSION 
     "${GDCM_MAJOR_VERSION}.${GDCM_MINOR_VERSION}.${GDCM_BUILD_VERSION}")