From c56582476068046bfc9779cda8d9f7461aad52bf Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 6 May 2019 10:47:31 +0200 Subject: [PATCH] on the way for 3.22.2 --- CMakeLists.txt | 4 ++-- ChangeLog | 2 ++ docs/source/conf.py | 5 ++--- sonar-project.properties | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34d5caa427..724164db52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,8 +92,8 @@ endif() set(SIMGRID_VERSION_MAJOR "3") set(SIMGRID_VERSION_MINOR "22") -set(SIMGRID_VERSION_PATCH "90") -set(SIMGRID_VERSION_EXTRA "-DEVEL") # Extra words to add to version string (e.g. -rc1) +set(SIMGRID_VERSION_PATCH "2") +#set(SIMGRID_VERSION_EXTRA "-DEVEL") # Extra words to add to version string (e.g. -rc1) set(SIMGRID_VERSION_DATE "2019") # Year for copyright information diff --git a/ChangeLog b/ChangeLog index 5095f54f8d..e76ac24ecf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ SimGrid (3.23) NOT RELEASED (Release Target: June 21. 2019, 15:54 UTC) +This was released as 3.22.2 as is, in the hope it will help you. + General: - Stop setting random seed with srand48() at initialization. diff --git a/docs/source/conf.py b/docs/source/conf.py index ffffe01528..9c2940eb56 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -35,10 +35,9 @@ copyright = u'2002-2019, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'alpha 3.23' +version = u'3.22.2' # The full version, including alpha/beta/rc tags -release = u'alpha 3.23' - +release = u'3.22.2' # -- General configuration --------------------------------------------------- diff --git a/sonar-project.properties b/sonar-project.properties index b955658936..e28c1ea547 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.projectKey=simgrid sonar.projectName=SimGrid -sonar.projectVersion=3.22.90 +sonar.projectVersion=3.22.2 sonar.links.homepage=https://simgrid.org sonar.links.issue=https://framagit.org/simgrid/simgrid/issues -- 2.20.1