From: Martin Quinson Date: Sun, 2 Feb 2020 12:08:04 +0000 (+0100) Subject: Release 3.25 X-Git-Tag: v3.26~1069^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/57620c3882a131666908d906884d9e25bc8dc990 Release 3.25 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e9443f1468..e3031490bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,10 @@ # Build the version number set(SIMGRID_VERSION_MAJOR "3") -set(SIMGRID_VERSION_MINOR "24") -set(SIMGRID_VERSION_PATCH "1") # odd => git branch; even => stable release or released snapshot +set(SIMGRID_VERSION_MINOR "25") +set(SIMGRID_VERSION_PATCH "0") # odd => git branch; even => stable release or released snapshot -set(SIMGRID_VERSION_DATE "2019") # Year for copyright information +set(SIMGRID_VERSION_DATE "2020") # Year for copyright information if(${SIMGRID_VERSION_PATCH} EQUAL "0") set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}") diff --git a/ChangeLog b/ChangeLog index dfbd93199b..868394e72d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ ---------------------------------------------------------------------------- -SimGrid (3.24.1) NOT RELEASED YET (v3.25 expected December 22. 2029, 04:19 UTC) +SimGrid (3.25) February 2. 2020 (aka 02 02 2020) + +The Palindrom Day Release. Important user-visible changes: - Improve the Python usability (stability and documentation). diff --git a/NEWS b/NEWS index d6a1a80063..3e0f1fe43c 100644 --- a/NEWS +++ b/NEWS @@ -3,9 +3,9 @@ __ _____ _ __ ___(_) ___ _ __ |___ / |___ \| ___| \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) |___ \ \ V / __/ | \__ \ | (_) | | | | ___) | / __/ ___) | \_/ \___|_| |___/_|\___/|_| |_| |____(_)_____|____/ - (not released yet) + February 2. 2020 (02 02 2020) -The Dependstable Snake Release. +The Palindrom Day Release. * Improve the Python usability (stability and documentation). * Further deprecate MSG: you now have to pass -Denable-MSG=ON to cmake. diff --git a/docs/source/conf.py b/docs/source/conf.py index 4f2554a95e..965b6beb6b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -36,7 +36,7 @@ copyright = u'2002-2020, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'3.24.1' +version = u'3.25.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index f6bf29e7f0..c644c61d05 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.24.1', + version='3.25.0', 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 c6abeeca13..d6e0841e11 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.24.1 +sonar.projectVersion=3.25.0 sonar.links.homepage=https://simgrid.org sonar.links.issue=https://framagit.org/simgrid/simgrid/issues