Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start the dev cycle toward v3.32.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 22 Mar 2022 12:54:44 +0000 (13:54 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 22 Mar 2022 12:54:44 +0000 (13:54 +0100)
CMakeLists.txt
ChangeLog
NEWS
docs/source/conf.py
setup.py
sonar-project.properties

index 9d8e7d6..1dce9a7 100644 (file)
@@ -2,7 +2,7 @@
 
 set(SIMGRID_VERSION_MAJOR "3")
 set(SIMGRID_VERSION_MINOR "31")
-set(SIMGRID_VERSION_PATCH "0") # odd => git branch; even => stable release or released snapshot
+set(SIMGRID_VERSION_PATCH "1") # 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 e753a1d..74e0477 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+SimGrid (3.31.1) NOT RELEASED YET (v3.32 expected June 21. 2022, 09:13 UTC)
+
+----------------------------------------------------------------------------
+
 SimGrid (3.31) March 22. 2022.
 
 The ненасильство release. We stand against war.
diff --git a/NEWS b/NEWS
index f3c57c6..f610e53 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+                    _               _____  _________
+__   _____ _ __ ___(_) ___  _ __   |___ / |___ /___ \
+\ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \ __) |
+ \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) / __/
+  \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____/_____|
+               (unreleased)
+
                     _               _____  _____ _
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ // |
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \| |
index 10f8955..0b1a27c 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.31'
+version = u'3.31.1'
 
 # -- General configuration ---------------------------------------------------
 
index 8fbaa59..21877a1 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name='simgrid',
-    version='3.31',
+    version='3.31.1',
     author='Da SimGrid Team',
     author_email='simgrid-community@inria.fr',
     description='Toolkit for scalable simulation of distributed applications',
index 35d8c57..56d5fa2 100644 (file)
@@ -4,7 +4,7 @@
 sonar.organization=simgrid
 sonar.projectKey=simgrid_simgrid
 sonar.projectName=SimGrid
-sonar.projectVersion=3.31
+sonar.projectVersion=3.31.1
 
 sonar.links.homepage=https://simgrid.org
 sonar.links.issue=https://framagit.org/simgrid/simgrid/issues