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