Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
back to unstable work
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 6 Jun 2019 14:16:43 +0000 (16:16 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 6 Jun 2019 14:16:43 +0000 (16:16 +0200)
CMakeLists.txt
docs/source/conf.py
setup.py
sonar-project.properties

index 4aca064..362a0f0 100644 (file)
@@ -101,7 +101,7 @@ endif()
 
 set(SIMGRID_VERSION_MAJOR "3")
 set(SIMGRID_VERSION_MINOR "22")
 
 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
 
 
 set(SIMGRID_VERSION_DATE  "2019") # Year for copyright information
 
index 3976145..f066b9f 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.22.4'
+version = u'3.22.5'
 # 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 a309ff0..74503ea 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name='simgrid',
 
 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',
     author='Da SimGrid Team',
     author_email='simgrid-devel@lists.gforge.inria.fr',
     description='Toolkit for scalable simulation of distributed applications',
index 051423a..99ff4e0 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.22.4
+sonar.projectVersion=3.22.5
 
 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