From 9f808ab5abb0829e8621127b3d27dea8630e117a Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 8 Jul 2019 19:39:24 +0200 Subject: [PATCH] start the cycle of 3.23.3 --- CMakeLists.txt | 2 +- ChangeLog | 6 ++++++ docs/source/conf.py | 2 +- setup.py | 2 +- sonar-project.properties | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abf4b2e920..180be71a95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,7 +95,7 @@ endif() set(SIMGRID_VERSION_MAJOR "3") set(SIMGRID_VERSION_MINOR "23") -set(SIMGRID_VERSION_PATCH "2") # odd => git branch; even => stable release or released snapshot +set(SIMGRID_VERSION_PATCH "3") # odd => git branch; even => stable release or released snapshot set(SIMGRID_VERSION_DATE "2019") # Year for copyright information diff --git a/ChangeLog b/ChangeLog index 859a17cc98..587d8bd800 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +---------------------------------------------------------------------------- + +SimGrid (3.23.3) NOT RELEASED YET (v3.24 expected September 23. 7:50 UTC) + + + ---------------------------------------------------------------------------- SimGrid (3.23.2) July 8. 2019 diff --git a/docs/source/conf.py b/docs/source/conf.py index 091f2c7b3c..286f452322 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -35,7 +35,7 @@ copyright = u'2002-2019, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'3.23.2' +version = u'3.23.3' # The full version, including alpha/beta/rc tags #release = u'3.23 alpha' diff --git a/setup.py b/setup.py index 1a34611a7f..394d07dbe1 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.23.2', + version='3.23.3', 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 0ddb6539ad..bd63c2780b 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.23.2 +sonar.projectVersion=3.23.3 sonar.links.homepage=https://simgrid.org sonar.links.issue=https://framagit.org/simgrid/simgrid/issues -- 2.20.1