Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
continue the devel of the future 3.23 release
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 6 May 2019 09:57:28 +0000 (11:57 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 6 May 2019 09:57:28 +0000 (11:57 +0200)
CMakeLists.txt
ChangeLog
docs/source/conf.py
sonar-project.properties

index 724164d..34d5caa 100644 (file)
@@ -92,8 +92,8 @@ endif()
 
 set(SIMGRID_VERSION_MAJOR "3")
 set(SIMGRID_VERSION_MINOR "22")
-set(SIMGRID_VERSION_PATCH "2")
-#set(SIMGRID_VERSION_EXTRA "-DEVEL") # Extra words to add to version string (e.g. -rc1)
+set(SIMGRID_VERSION_PATCH "90")
+set(SIMGRID_VERSION_EXTRA "-DEVEL") # Extra words to add to version string (e.g. -rc1)
 
 set(SIMGRID_VERSION_DATE  "2019") # Year for copyright information
 
index e76ac24..5095f54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,5 @@
 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.
 
index 9c2940e..6f10697 100644 (file)
@@ -35,9 +35,9 @@ copyright = u'2002-2019, The SimGrid Team'
 author = u'The SimGrid Team'
 
 # The short X.Y version
-version = u'3.22.2'
+version = u'3.22.90'
 # The full version, including alpha/beta/rc tags
-release = u'3.22.2'
+release = u'3.23 alpha'
 
 # -- General configuration ---------------------------------------------------
 
index e28c1ea..b955658 100644 (file)
@@ -3,7 +3,7 @@
 
 sonar.projectKey=simgrid
 sonar.projectName=SimGrid
-sonar.projectVersion=3.22.2
+sonar.projectVersion=3.22.90
 
 sonar.links.homepage=https://simgrid.org
 sonar.links.issue=https://framagit.org/simgrid/simgrid/issues