From: Martin Quinson Date: Mon, 12 Mar 2018 13:07:51 +0000 (+0100) Subject: make sure that devel version is not mixed up with next stable version X-Git-Tag: v3.19~78^2~15 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/867ee150c3ee5baf04388f08599a0c590457faed make sure that devel version is not mixed up with next stable version --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 51590bce4d..41f6c7aa81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,11 +105,11 @@ endif() #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# set(SIMGRID_VERSION_MAJOR "3") -set(SIMGRID_VERSION_MINOR "19") -set(SIMGRID_VERSION_PATCH "0") +set(SIMGRID_VERSION_MINOR "18") +set(SIMGRID_VERSION_PATCH "90") set(SIMGRID_VERSION_EXTRA "-DEVEL") # Extra words to add to version string (e.g. -rc1) -set(SIMGRID_VERSION_DATE "2017") # Year for copyright information +set(SIMGRID_VERSION_DATE "2018") # Year for copyright information if(${SIMGRID_VERSION_PATCH} EQUAL "0") set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}")