Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start the cycle of 3.23.3
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 8 Jul 2019 17:39:24 +0000 (19:39 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 8 Jul 2019 17:39:24 +0000 (19:39 +0200)
CMakeLists.txt
ChangeLog
docs/source/conf.py
setup.py
sonar-project.properties

index abf4b2e..180be71 100644 (file)
@@ -95,7 +95,7 @@ endif()
 
 set(SIMGRID_VERSION_MAJOR "3")
 set(SIMGRID_VERSION_MINOR "23")
 
 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
 
 
 set(SIMGRID_VERSION_DATE  "2019") # Year for copyright information
 
index 859a17c..587d8bd 100644 (file)
--- 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
 ----------------------------------------------------------------------------
 
 SimGrid (3.23.2) July 8. 2019
index 091f2c7..286f452 100644 (file)
@@ -35,7 +35,7 @@ copyright = u'2002-2019, The SimGrid Team'
 author = u'The SimGrid Team'
 
 # The short X.Y version
 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'
 
 # The full version, including alpha/beta/rc tags
 #release = u'3.23 alpha'
 
index 1a34611..394d07d 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -82,7 +82,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name='simgrid',
 
 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',
     author='Da SimGrid Team',
     author_email='simgrid-devel@lists.gforge.inria.fr',
     description='Toolkit for scalable simulation of distributed applications',
index 0ddb653..bd63c27 100644 (file)
@@ -4,7 +4,7 @@
 sonar.organization=simgrid
 sonar.projectKey=simgrid_simgrid
 sonar.projectName=SimGrid
 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
 
 sonar.links.homepage=https://simgrid.org
 sonar.links.issue=https://framagit.org/simgrid/simgrid/issues