From faf2b5c6fb6e5dde9bf94e639c9ce6b2037e05e2 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 8 Jul 2019 16:37:11 +0200 Subject: [PATCH] try to dot-release --- CMakeLists.txt | 2 +- ChangeLog | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- sonar-project.properties | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00e11f5ea5..abf4b2e920 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 "0") # odd => git branch; even => stable release or released snapshot +set(SIMGRID_VERSION_PATCH "2") # 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 ae77a7f32e..4d32295f14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ ---------------------------------------------------------------------------- -SimGrid (3.23.1) NOT RELEASED YET (v3.24 expected September 23. 7:50 UTC) +SimGrid (3.23.2) July 8. 2019 Documentation: - Nicer introduction page. diff --git a/docs/source/conf.py b/docs/source/conf.py index abd7012c72..091f2c7b3c 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.1' +version = u'3.23.2' # The full version, including alpha/beta/rc tags #release = u'3.23 alpha' diff --git a/setup.py b/setup.py index f56b363c8c..1a34611a7f 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.23.1', + version='3.23.2', 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 9669eb25ad..0ddb6539ad 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.1 +sonar.projectVersion=3.23.2 sonar.links.homepage=https://simgrid.org sonar.links.issue=https://framagit.org/simgrid/simgrid/issues -- 2.20.1