X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=98f974bbfce131564bdf9fc47aa492c77b568a1f;hb=55659173e732ba10873db1b8c32fc18de9bea0ff;hp=436eaf62dc13cdcfd3e22db6f76411536f3eeb37;hpb=80eef237602cf830c2aaaff2320d72b860776144;p=gdcm.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 436eaf62..98f974bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,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 1) -SET(GDCM_BUILD_VERSION 0) +SET(GDCM_BUILD_VERSION 1) SET(GDCM_VERSION "${GDCM_MAJOR_VERSION}.${GDCM_MINOR_VERSION}.${GDCM_BUILD_VERSION}")