]> 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 6752044cb3164c668a2c59252892af329a404e2d..86f8d6d2b9530f670d2b227fc0c2f711cab4e240 100644 (file)
@@ -1,11 +1,12 @@
 PROJECT(GDCM)
 CMAKE_MINIMUM_REQUIRED(VERSION 2.0)
+# okay in fact you need at least cmake 2.0.4 to get swig working properly
 
 #-----------------------------------------------------------------------------
 # 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}")