From a1e88c4ff81003f418e12d19e48b3750692bab67 Mon Sep 17 00:00:00 2001 From: Henri Casanova Date: Mon, 16 Dec 2024 10:37:31 -1000 Subject: [PATCH] Preparing release 2.5 --- CMakeLists.txt | 2 +- RELEASENOTES.md | 7 ++++--- include/wrench/simulation/Version.h | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb0649010..534240025 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ set(CMAKE_CXX_STANDARD 17) set(WRENCH_VERSION_MAJOR "2") set(WRENCH_VERSION_MINOR "5") set(WRENCH_VERSION_PATCH "0") -set(WRENCH_VERSION_EXTRA "dev") +set(WRENCH_VERSION_EXTRA "") if (${WRENCH_VERSION_PATCH} EQUAL "0") set(WRENCH_RELEASE_VERSION "${WRENCH_VERSION_MAJOR}.${WRENCH_VERSION_MINOR}") diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 85498d6a6..49673b462 100755 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,10 +1,11 @@ WRENCH Release Notes ------ -### current master branch +### wrench 2.5 -- Implementation of the EASY batch scheduling algorithm -- Addition of a command-line to the wrench-daemon to specify the number of commports +- Implementation of the EASY batch scheduling algorithm in BatchComputeService + +- New command-line argument for the wrench-daemon to specify the number of commports ### wrench 2.4 diff --git a/include/wrench/simulation/Version.h b/include/wrench/simulation/Version.h index ad8520152..5bbc9640f 100755 --- a/include/wrench/simulation/Version.h +++ b/include/wrench/simulation/Version.h @@ -9,5 +9,5 @@ */ namespace wrench { -#define WRENCH_VERSION_STRING "2.5-dev" +#define WRENCH_VERSION_STRING "2.5" }// namespace wrench