Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release 3.25
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 2 Feb 2020 12:08:04 +0000 (13:08 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 2 Feb 2020 12:08:04 +0000 (13:08 +0100)
CMakeLists.txt
ChangeLog
NEWS
docs/source/conf.py
setup.py
sonar-project.properties

index e9443f1..e303149 100644 (file)
@@ -1,10 +1,10 @@
 # Build the version number
 
 set(SIMGRID_VERSION_MAJOR "3")
-set(SIMGRID_VERSION_MINOR "24")
-set(SIMGRID_VERSION_PATCH "1") # odd => git branch; even => stable release or released snapshot
+set(SIMGRID_VERSION_MINOR "25")
+set(SIMGRID_VERSION_PATCH "0") # odd => git branch; even => stable release or released snapshot
 
-set(SIMGRID_VERSION_DATE  "2019") # Year for copyright information
+set(SIMGRID_VERSION_DATE  "2020") # Year for copyright information
 
 if(${SIMGRID_VERSION_PATCH} EQUAL "0")
   set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}")
index dfbd931..868394e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 ----------------------------------------------------------------------------
 
-SimGrid (3.24.1) NOT RELEASED YET (v3.25 expected December 22. 2029, 04:19 UTC)
+SimGrid (3.25) February 2. 2020 (aka 02 02 2020)
+
+The Palindrom Day Release.
 
 Important user-visible changes:
 - Improve the Python usability (stability and documentation).
diff --git a/NEWS b/NEWS
index d6a1a80..3e0f1fe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,9 +3,9 @@ __   _____ _ __ ___(_) ___  _ __   |___ / |___ \| ___|
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) |___ \
  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/ ___) |
   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____|____/
-               (not released yet)
+               February 2. 2020 (02 02 2020)
 
-The Dependstable Snake Release.
+The Palindrom Day Release.
 
  * Improve the Python usability (stability and documentation).
  * Further deprecate MSG: you now have to pass -Denable-MSG=ON to cmake.
index 4f2554a..965b6be 100644 (file)
@@ -36,7 +36,7 @@ copyright = u'2002-2020, The SimGrid Team'
 author = u'The SimGrid Team'
 
 # The short X.Y version
-version = u'3.24.1'
+version = u'3.25.0'
 
 # -- General configuration ---------------------------------------------------
 
index f6bf29e..c644c61 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -82,7 +82,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name='simgrid',
-    version='3.24.1',
+    version='3.25.0',
     author='Da SimGrid Team',
     author_email='simgrid-devel@lists.gforge.inria.fr',
     description='Toolkit for scalable simulation of distributed applications',
index c6abeec..d6e0841 100644 (file)
@@ -4,7 +4,7 @@
 sonar.organization=simgrid
 sonar.projectKey=simgrid_simgrid
 sonar.projectName=SimGrid
-sonar.projectVersion=3.24.1
+sonar.projectVersion=3.25.0
 
 sonar.links.homepage=https://simgrid.org
 sonar.links.issue=https://framagit.org/simgrid/simgrid/issues