Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused variables.
[simgrid.git] / CMakeLists.txt
index 9fd7c9c..e4aa9ec 100644 (file)
@@ -11,10 +11,11 @@ set(CMAKE_EXE_LINKER_FLAGS "" CACHE TYPE INTERNAL FORCE)
 # 3.5.99 -> alpha1 (oops)
 # 3.5.91 -> beta1
 # 3.5.92 -> beta2
-### Version 3.5.91, aka 3.6 beta1
+# 3.5.93 -> rc1
+# 3.5.94 -> rc2
 set(SIMGRID_VERSION_MAJOR "3")
 set(SIMGRID_VERSION_MINOR "5")
-set(SIMGRID_VERSION_PATCH "92")
+set(SIMGRID_VERSION_PATCH "94")
 set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}")
 set(libsimgrid_version "${release_version}")
 set(libgras_version "${release_version}")