From: Martin Quinson Date: Tue, 24 May 2011 15:18:12 +0000 (+0200) Subject: Get ready for RC2, to take last minute change from Pedro X-Git-Tag: v3_6_rc3~7 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4a3e9a8e3fa3a436b289a099abe0742c08d881ac Get ready for RC2, to take last minute change from Pedro --- diff --git a/CMakeLists.txt b/CMakeLists.txt index bebcadbdd1..e4aa9ec6cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,9 +12,10 @@ set(CMAKE_EXE_LINKER_FLAGS "" CACHE TYPE INTERNAL FORCE) # 3.5.91 -> beta1 # 3.5.92 -> beta2 # 3.5.93 -> rc1 +# 3.5.94 -> rc2 set(SIMGRID_VERSION_MAJOR "3") set(SIMGRID_VERSION_MINOR "5") -set(SIMGRID_VERSION_PATCH "93") +set(SIMGRID_VERSION_PATCH "94") set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}") set(libsimgrid_version "${release_version}") set(libgras_version "${release_version}")