X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/57620c3882a131666908d906884d9e25bc8dc990..841d7ae6385610f340ae3c0be8273bdd9ec80cd5:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index e3031490bb..e118fcfa4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,9 +2,7 @@ set(SIMGRID_VERSION_MAJOR "3") set(SIMGRID_VERSION_MINOR "25") -set(SIMGRID_VERSION_PATCH "0") # odd => git branch; even => stable release or released snapshot - -set(SIMGRID_VERSION_DATE "2020") # Year for copyright information +set(SIMGRID_VERSION_PATCH "1") # odd => git branch; even => stable release or released snapshot if(${SIMGRID_VERSION_PATCH} EQUAL "0") set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}")