From: Arnaud Giersch Date: Tue, 22 Mar 2022 12:54:44 +0000 (+0100) Subject: Start the dev cycle toward v3.32. X-Git-Tag: v3.32~416 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/47f1df59bc1af3dda6d79f9f3767257de1a32384 Start the dev cycle toward v3.32. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d8e7d61bd..1dce9a7cfb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/ChangeLog b/ChangeLog index e753a1d7d1..74e0477e33 100644 --- 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 f3c57c6dcc..f610e53ab1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ + _ _____ _________ +__ _____ _ __ ___(_) ___ _ __ |___ / |___ /___ \ +\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \ __) | + \ V / __/ | \__ \ | (_) | | | | ___) | ___) / __/ + \_/ \___|_| |___/_|\___/|_| |_| |____(_)____/_____| + (unreleased) + _ _____ _____ _ __ _____ _ __ ___(_) ___ _ __ |___ / |___ // | \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \| | diff --git a/docs/source/conf.py b/docs/source/conf.py index 10f8955aa4..0b1a27ccd9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/setup.py b/setup.py index 8fbaa59786..21877a1b07 100755 --- 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', diff --git a/sonar-project.properties b/sonar-project.properties index 35d8c57fa0..56d5fa2a69 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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