From: Martin Quinson Date: Sun, 30 Jan 2022 23:24:52 +0000 (+0100) Subject: Start a new dev cycle for v3.31 X-Git-Tag: v3.31~543 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a028e893d68df482b66d89e797c26ac0dd82c737 Start a new dev cycle for v3.31 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d6874fc3e..6d51656deb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ set(SIMGRID_VERSION_MAJOR "3") set(SIMGRID_VERSION_MINOR "30") -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 42cd05a2d6..581d490d6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +SimGrid (3.30.1) NOT RELEASED YET (v3.31 expected March 20. 2022, 15:33 UTC) + ---------------------------------------------------------------------------- SimGrid (3.30) January 30. 2022. diff --git a/NEWS b/NEWS index 5361f35312..2cb98eb340 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ + _ _____ _____ _ +__ _____ _ __ ___(_) ___ _ __ |___ / |___ // | +\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \| | + \ V / __/ | \__ \ | (_) | | | | ___) | ___) | | + \_/ \___|_| |___/_|\___/|_| |_| |____(_)____/|_| + (unreleased) + + _ _____ _____ ___ __ _____ _ __ ___(_) ___ _ __ |___ / |___ / / _ \ \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \| | | | @@ -7,7 +15,7 @@ __ _____ _ __ ___(_) ___ _ __ |___ / |___ / / _ \ The Sunday Bloody Sunday release. - * SimDAG is finally removed, fully superseeded by S4U. + * SimDAG is finally removed, fully superseded by S4U. * New documentation on calibrating MPI. * The Algorithms tutorial can now be taken in Python. * (+ many bug fixes and internal refactoring) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7be3c9490f..2be4218548 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.30' +version = u'3.30.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index d8f33238fa..22d45d2331 100755 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.30', + version='3.30.1', author='Da SimGrid Team', author_email='simgrid-devel@lists.gforge.inria.fr', description='Toolkit for scalable simulation of distributed applications', diff --git a/sonar-project.properties b/sonar-project.properties index 42c7ccff92..8b097f4b98 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.30 +sonar.projectVersion=3.30.1 sonar.links.homepage=https://simgrid.org sonar.links.issue=https://framagit.org/simgrid/simgrid/issues