From: Martin Quinson Date: Thu, 6 Jun 2019 14:16:43 +0000 (+0200) Subject: back to unstable work X-Git-Tag: v3.23~63 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/300dd5da467aca28336fa0512e8a8b271a656af0 back to unstable work --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4aca064856..362a0f0e90 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,7 +101,7 @@ endif() set(SIMGRID_VERSION_MAJOR "3") set(SIMGRID_VERSION_MINOR "22") -set(SIMGRID_VERSION_PATCH "4") # odd => git branch; even => stable release or released snapshot +set(SIMGRID_VERSION_PATCH "5") # odd => git branch; even => stable release or released snapshot set(SIMGRID_VERSION_DATE "2019") # Year for copyright information diff --git a/docs/source/conf.py b/docs/source/conf.py index 39761457ea..f066b9f9bd 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.22.4' +version = u'3.22.5' # The full version, including alpha/beta/rc tags release = u'3.23 alpha' diff --git a/setup.py b/setup.py index a309ff0017..74503ea082 100755 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.22.4', + version='3.22.5', 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 051423a50e..99ff4e0476 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.22.4 +sonar.projectVersion=3.22.5 sonar.links.homepage=https://simgrid.org sonar.links.issue=https://framagit.org/simgrid/simgrid/issues