From 4a3e9a8e3fa3a436b289a099abe0742c08d881ac Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 24 May 2011 17:18:12 +0200 Subject: [PATCH] Get ready for RC2, to take last minute change from Pedro --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}") -- 2.20.1