From 04f1985717dc603738540676cb18e10e682c445e Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 7 Oct 2013 10:43:17 +0200 Subject: [PATCH 1/1] get ready to release the first prerelease of 3.10 (3.10pre1) --- CMakeLists.txt | 6 ++++-- ChangeLog | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b68c5034ec..4075afe3c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,11 +45,13 @@ set(CMAKE_Fortran_LINK_FLAGS "" CACHE TYPE INTERNAL FORCE) # 3.7.{0,1} -> release 3.7, 3.7.1 # 3.8.{0,1} -> release 3.8, 3.8.1 # 3.9.0 -> release 3.9 + +# 3.9.90 -> release 3.10pre1 # 3.10.0 -> release 3.10 set(SIMGRID_VERSION_MAJOR "3") -set(SIMGRID_VERSION_MINOR "10") -set(SIMGRID_VERSION_PATCH "0") +set(SIMGRID_VERSION_MINOR "9") +set(SIMGRID_VERSION_PATCH "90") if(${SIMGRID_VERSION_PATCH} EQUAL "0") set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}") diff --git a/ChangeLog b/ChangeLog index 9f1d4da51c..2afb0d3da8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -SimGrid (3.10) NOT RELEASED; urgency=low +SimGrid (3.10pre1) unstable; urgency=low Java: * Reintegrate Java to the main archive as desynchronizing these @@ -75,7 +75,7 @@ SimGrid (3.10) NOT RELEASED; urgency=low annoying when scripting around the simulator. Adding a --cfg=clean_atexit:yes allows to circumvent this issue. --- $date Da SimGrid team +-- Mon Oct 7 2013 Da SimGrid team SimGrid (3.9) stable; urgency=low -- 2.20.1