From: Arnaud Giersch Date: Sun, 28 Mar 2021 13:44:45 +0000 (+0200) Subject: Start the dev of 3.28. X-Git-Tag: v3.28~523 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d12402e6d9999ad72d856bcaabedd6f9c03c34d6 Start the dev of 3.28. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c00a2fb3d..87a0e1e95d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ set(SIMGRID_VERSION_MAJOR "3") set(SIMGRID_VERSION_MINOR "27") -set(SIMGRID_VERSION_PATCH "0") # odd => git branch; even => stable release or released snapshot +set(SIMGRID_VERSION_PATCH "1") # 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 716be96a67..8cfffdc58b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +SimGrid (3.27.1) NOT RELEASED YET (v3.28 expected June 21. 2021, 03:32 UTC) + ---------------------------------------------------------------------------- SimGrid (3.27) March 29. 2021 diff --git a/NEWS b/NEWS index 537e0b79e8..11e6a16fd4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ + _ _____ ____ ___ +__ _____ _ __ ___(_) ___ _ __ |___ / |___ \( _ ) +\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) / _ \ + \ V / __/ | \__ \ | (_) | | | | ___) | / __/ (_) | + \_/ \___|_| |___/_|\___/|_| |_| |____(_)_____\___/ + (unreleased) + _ _____ ____ _____ __ _____ _ __ ___(_) ___ _ __ |___ / |___ \___ | \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) | / / @@ -11,6 +18,7 @@ __ _____ _ __ ___(_) ___ _ __ |___ / |___ \___ | * Doc: Several new sections in the user manual, and start documenting the internals. * S4U: Direct comms from host to host, without mailboxes. * Many internal cleanups and refactoring to prepare the future. + _ _____ ____ __ __ _____ _ __ ___(_) ___ _ __ |___ / |___ \ / /_ \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) | '_ \ diff --git a/docs/source/conf.py b/docs/source/conf.py index 2f3cc79269..89b8cb2016 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' +version = u'3.27.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index d580d86f4d..aa333b11c2 100755 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.27', + version='3.27.1', author='Da SimGrid Team', author_email='simgrid-devel@lists.gforge.inria.fr', description='Toolkit for scalable simulation of distributed applications', diff --git a/sonar-project.properties b/sonar-project.properties index 48ac8a2835..8c4ff67ccd 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 +sonar.projectVersion=3.27.1 sonar.links.homepage=https://simgrid.org sonar.links.issue=https://framagit.org/simgrid/simgrid/issues