Skip to content

Commit cc3cac7

Browse files
committed
Preparing release 2.4
1 parent 8b50c20 commit cc3cac7

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ set(CMAKE_CXX_STANDARD 17)
7676
set(WRENCH_VERSION_MAJOR "2")
7777
set(WRENCH_VERSION_MINOR "4")
7878
set(WRENCH_VERSION_PATCH "0")
79-
set(WRENCH_VERSION_EXTRA "dev")
79+
set(WRENCH_VERSION_EXTRA "")
8080

8181
if (${WRENCH_VERSION_PATCH} EQUAL "0")
8282
set(WRENCH_RELEASE_VERSION "${WRENCH_VERSION_MAJOR}.${WRENCH_VERSION_MINOR}")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ And, one of the following:
4242
### Required Dependencies
4343

4444
- [SimGrid](https://framagit.org/simgrid/simgrid/) - version 3.36
45-
- [SimGrid File System Module](https://github.com/simgrid/file-system-module) - version 0.1 or higher
45+
- [SimGrid File System Module](https://github.com/simgrid/file-system-module) - version 0.2 or higher
4646
- [JSON for Modern C++](https://github.com/nlohmann/json) - version 3.11.0 or higher
4747

4848
### Optional Dependencies

RELEASENOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ WRENCH Release Notes
33

44
### current master branch
55

6+
Nothing here yet
7+
8+
### wrench 2.4
69

710
- Removal of all file system simulation code, which was replaced by calls to
811
the [SimGrid File System Module (FSMod)](https://github.com/simgrid/file-system-module), which is now a new

doc/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Required Dependencies
2323
---------------------
2424

2525
- `SimGrid <https://simgrid.org/>`__ ??? version 3.36
26-
- `SimGrid File System Module <https://github.com/simgrid/file-system-module>`__ ??? version 0.1 or higher
26+
- `SimGrid File System Module <https://github.com/simgrid/file-system-module>`__ ??? version 0.2 or higher
2727
- `JSON for Modern C++ <https://github.com/nlohmann/json>`__ ??? version
2828
3.9.0 or higher
2929

include/wrench/simulation/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
*/
1010

1111
namespace wrench {
12-
#define WRENCH_VERSION_STRING "2.4-dev"
12+
#define WRENCH_VERSION_STRING "2.4"
1313
}// namespace wrench

0 commit comments

Comments
 (0)