From: Martin Quinson Date: Wed, 14 Jul 2021 09:02:11 +0000 (+0200) Subject: Release v3.28 X-Git-Tag: v3.28 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/04e3ca46dcefdd19f2f1fee3e75c27fb2f7fc2ec Release v3.28 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 206975f51a..6086228632 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/ChangeLog b/ChangeLog index 82937998e5..97a4734578 100644 --- 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++. diff --git a/docs/source/conf.py b/docs/source/conf.py index 171ae1b131..0870d38e85 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/sonar-project.properties b/sonar-project.properties index 8c4ff67ccd..14c4f29c73 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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