From: Arnaud Giersch Date: Mon, 4 Nov 2013 20:30:58 +0000 (+0100) Subject: Next release will be (at least) 3.10-rc1. X-Git-Tag: v3_10_rc1~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d44c18d3edff74c6baf57255c09f13d1ead0c8af?ds=sidebyside Next release will be (at least) 3.10-rc1. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e124fa9af8..31167abbd1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,9 +49,9 @@ set(CMAKE_Fortran_LINK_FLAGS "" CACHE TYPE INTERNAL FORCE) # 3.10.0 -> release 3.10 set(SIMGRID_VERSION_MAJOR "3") -set(SIMGRID_VERSION_MINOR "9") -set(SIMGRID_VERSION_PATCH "90") -set(SIMGRID_VERSION_EXTRA "") # Extra words to add to version string (e.g. -rc1) +set(SIMGRID_VERSION_MINOR "10") +set(SIMGRID_VERSION_PATCH "0") +set(SIMGRID_VERSION_EXTRA "-rc1") # Extra words to add to version string (e.g. -rc1) set(SIMGRID_VERSION_DATE "2013") # Year for copyright information diff --git a/ChangeLog b/ChangeLog index 854568de47..aee9eedbf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -SimGrid (3.10pre1) unstable; urgency=low +SimGrid (3.10-rc1) unstable; urgency=low Java: * Reintegrate Java to the main archive as desynchronizing these