From b1245e5ecc0f1eb4e2b76edac0004005e8c9a514 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 26 Nov 2023 23:59:09 +0100 Subject: [PATCH] Post-release cleanups --- CMakeLists.txt | 2 +- COPYING | 9 +-------- ChangeLog | 5 +++++ NEWS | 9 +++++++++ doc/doxygen/inside_release.doc | 15 +++++++-------- docs/source/conf.py | 2 +- setup.py | 2 +- sonar-project.properties | 2 +- 8 files changed, 26 insertions(+), 20 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa272ace4a..6889a1299a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ set(SIMGRID_VERSION_MAJOR "3") set(SIMGRID_VERSION_MINOR "35") -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/COPYING b/COPYING index c178bb31af..e57fce0e62 100644 --- a/COPYING +++ b/COPYING @@ -11,13 +11,6 @@ Copyright: 1999, Mark Martinec