Skip to content

Commit

Permalink
Preparing release 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Dec 16, 2024
1 parent 7480f7b commit a1e88c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
7 changes: 4 additions & 3 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/wrench/simulation/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
*/

namespace wrench {
#define WRENCH_VERSION_STRING "2.5-dev"
#define WRENCH_VERSION_STRING "2.5"
}// namespace wrench

0 comments on commit a1e88c4

Please sign in to comment.