Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get ready to release the first prerelease of 3.10 (3.10pre1)
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 7 Oct 2013 08:43:17 +0000 (10:43 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 7 Oct 2013 09:57:54 +0000 (11:57 +0200)
CMakeLists.txt
ChangeLog

index b68c503..4075afe 100644 (file)
@@ -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.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")
 # 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}")
 
 if(${SIMGRID_VERSION_PATCH} EQUAL "0")
   set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}")
index 9f1d4da..2afb0d3 100644 (file)
--- 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
 
  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.
 
    annoying when scripting around the simulator. Adding a
    --cfg=clean_atexit:yes allows to circumvent this issue.
 
--- $date Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
+-- Mon Oct 7 2013 Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
 
 SimGrid (3.9) stable; urgency=low
 
 
 SimGrid (3.9) stable; urgency=low