From 9e1ebd32a0bd3bb4839ab3076d4bd6061c279e1c Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 9 Oct 2019 18:03:59 +0200 Subject: [PATCH] try to release v3.24 --- CMakeLists.txt | 4 ++-- ChangeLog | 4 +++- NEWS | 2 +- docs/source/conf.py | 4 +--- setup.py | 2 +- sonar-project.properties | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 94a78f409f..eb44314baf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,8 +94,8 @@ endif() #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# set(SIMGRID_VERSION_MAJOR "3") -set(SIMGRID_VERSION_MINOR "23") -set(SIMGRID_VERSION_PATCH "3") # odd => git branch; even => stable release or released snapshot +set(SIMGRID_VERSION_MINOR "24") +set(SIMGRID_VERSION_PATCH "0") # odd => git branch; even => stable release or released snapshot set(SIMGRID_VERSION_DATE "2019") # Year for copyright information diff --git a/ChangeLog b/ChangeLog index 24be970813..0bd9fc2028 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ ---------------------------------------------------------------------------- -SimGrid (3.23.3) NOT RELEASED YET (v3.24 expected September 23. 7:50 UTC) +SimGrid (3.24) October 9. 2019 + +The Clean Disk Release. S4U: - Introduce a s4u::Disk interface to manage the newly introduced diff --git a/NEWS b/NEWS index b10b2c2c6d..23ac2aeaa3 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ __ _____ _ __ ___(_) ___ _ __ |___ / |___ \| || | \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) | || |_ \ V / __/ | \__ \ | (_) | | | | ___) | / __/|__ _| \_/ \___|_| |___/_|\___/|_| |_| |____(_)_____| |_| - (not released yet) + October 9. 2019 The Clean Disk Release. diff --git a/docs/source/conf.py b/docs/source/conf.py index 9b98829acb..019cb17c55 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -36,9 +36,7 @@ copyright = u'2002-2019, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'3.23.3' -# The full version, including alpha/beta/rc tags -#release = u'3.23 alpha' +version = u'3.24' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 394d07dbe1..55ebf64fc9 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.23.3', + version='3.24', 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 bd63c2780b..2ff23459ae 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.23.3 +sonar.projectVersion=3.24 sonar.links.homepage=https://simgrid.org sonar.links.issue=https://framagit.org/simgrid/simgrid/issues -- 2.20.1