Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release v3.31
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 22 Mar 2022 10:38:44 +0000 (11:38 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 22 Mar 2022 10:38:44 +0000 (11:38 +0100)
CMakeLists.txt
ChangeLog
NEWS
docs/source/conf.py
setup.py
sonar-project.properties

index eb7d618..9d8e7d6 100644 (file)
@@ -1,8 +1,8 @@
 # Build the version number
 
 set(SIMGRID_VERSION_MAJOR "3")
-set(SIMGRID_VERSION_MINOR "30")
-set(SIMGRID_VERSION_PATCH "1") # odd => git branch; even => stable release or released snapshot
+set(SIMGRID_VERSION_MINOR "31")
+set(SIMGRID_VERSION_PATCH "0") # odd => git branch; even => stable release or released snapshot
 
 if(${SIMGRID_VERSION_PATCH} EQUAL "0")
   set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}")
index d7d7af0..e753a1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-SimGrid (3.30.1) NOT RELEASED YET (v3.31 expected March 20. 2022, 15:33 UTC)
+SimGrid (3.31) March 22. 2022.
 
 The ненасильство release. We stand against war.
 
diff --git a/NEWS b/NEWS
index 14b53f0..f3c57c6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ __   _____ _ __ ___(_) ___  _ __   |___ / |___ // |
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \| |
  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) | |
   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____/|_|
-               (unreleased)
+               March 22. 2022
 
 The ненасильство release. We stand against war.
 
index 2be4218..10f8955 100644 (file)
@@ -36,7 +36,7 @@ copyright = u'2002-2022, The SimGrid Team'
 author = u'The SimGrid Team'
 
 # The short X.Y version
-version = u'3.30.1'
+version = u'3.31'
 
 # -- General configuration ---------------------------------------------------
 
index 6a12eb7..8fbaa59 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name='simgrid',
-    version='3.30.1',
+    version='3.31',
     author='Da SimGrid Team',
     author_email='simgrid-community@inria.fr',
     description='Toolkit for scalable simulation of distributed applications',
index 1742c3f..35d8c57 100644 (file)
@@ -4,7 +4,7 @@
 sonar.organization=simgrid
 sonar.projectKey=simgrid_simgrid
 sonar.projectName=SimGrid
-sonar.projectVersion=3.30.1
+sonar.projectVersion=3.31
 
 sonar.links.homepage=https://simgrid.org
 sonar.links.issue=https://framagit.org/simgrid/simgrid/issues