From: regrain Date: Mon, 5 Dec 2005 12:05:33 +0000 (+0000) Subject: * Update the version to 1.3.0 X-Git-Tag: Version1.3 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=187506872b6e67d60ebbe8ada94834443dbb293a;p=gdcm.git * Update the version to 1.3.0 -- BeNours --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a62d5c54..728923a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.0) #----------------------------------------------------------------------------- # GDCM version number, usefull for packaging and doxygen doc: SET(GDCM_MAJOR_VERSION 1) -SET(GDCM_MINOR_VERSION 2) +SET(GDCM_MINOR_VERSION 3) SET(GDCM_BUILD_VERSION 0) SET(GDCM_VERSION "${GDCM_MAJOR_VERSION}.${GDCM_MINOR_VERSION}.${GDCM_BUILD_VERSION}")