Skip to content

Commit

Permalink
Preparing release 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 30, 2024
1 parent 68f83e9 commit f4ba702
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 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 "4")
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ And, one of the following:
### Required Dependencies

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

### Optional Dependencies
Expand Down
3 changes: 3 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ WRENCH Release Notes

### current master branch

Nothing here yet

### wrench 2.4

- Removal of all file system simulation code, which was replaced by calls to
the [SimGrid File System Module (FSMod)](https://github.com/simgrid/file-system-module), which is now a new
Expand Down
2 changes: 1 addition & 1 deletion doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Required Dependencies
---------------------

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

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.4-dev"
#define WRENCH_VERSION_STRING "2.4"
}// namespace wrench

0 comments on commit f4ba702

Please sign in to comment.