Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release v3.28 v3.28
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 14 Jul 2021 09:02:11 +0000 (11:02 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 14 Jul 2021 09:02:11 +0000 (11:02 +0200)
CMakeLists.txt
ChangeLog
docs/source/conf.py
sonar-project.properties

index 206975f..6086228 100644 (file)
@@ -1,8 +1,8 @@
 # Build the version number
 
 set(SIMGRID_VERSION_MAJOR "3")
-set(SIMGRID_VERSION_MINOR "27")
-set(SIMGRID_VERSION_PATCH "1") # odd => git branch; even => stable release or released snapshot
+set(SIMGRID_VERSION_MINOR "28")
+set(SIMGRID_VERSION_PATCH "0") # odd => git branch; even => stable release or released snapshot
 
 if(${SIMGRID_VERSION_PATCH} EQUAL "0")
   set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}")
index 8293799..97a4734 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 ----------------------------------------------------------------------------
 
-SimGrid (3.27.1) NOT RELEASED YET (v3.28 expected June 21. 2021, 03:32 UTC)
+SimGrid (3.28) July 14. 2021
+
+The Victoriadagarna Release.
 
 New features:
  - C++ platform interface: Users can now describe their platform directly in C++.
index 171ae1b..0870d38 100644 (file)
@@ -36,7 +36,7 @@ copyright = u'2002-2021, The SimGrid Team'
 author = u'The SimGrid Team'
 
 # The short X.Y version
-version = u'3.27.1'
+version = u'3.28'
 
 # -- General configuration ---------------------------------------------------
 
index 8c4ff67..14c4f29 100644 (file)
@@ -4,7 +4,7 @@
 sonar.organization=simgrid
 sonar.projectKey=simgrid_simgrid
 sonar.projectName=SimGrid
-sonar.projectVersion=3.27.1
+sonar.projectVersion=3.28
 
 sonar.links.homepage=https://simgrid.org
 sonar.links.issue=https://framagit.org/simgrid/simgrid/issues