From: Martin Quinson Date: Mon, 8 Jul 2019 17:39:24 +0000 (+0200) Subject: start the cycle of 3.23.3 X-Git-Tag: v3.24~373 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9f808ab5abb0829e8621127b3d27dea8630e117a?ds=sidebyside start the cycle of 3.23.3 --- 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