diff --git a/CMakeLists.txt b/CMakeLists.txt
index bed5d1cdbf..dd317fba0f 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 "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}")
diff --git a/README.md b/README.md
index b517fe7337..240adc2ddf 100755
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 0336d4d2de..a9b3fb079f 100755
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -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
diff --git a/doc/source/installation.rst b/doc/source/installation.rst
index e2c598fcb7..ceee8ed153 100755
--- a/doc/source/installation.rst
+++ b/doc/source/installation.rst
@@ -23,7 +23,7 @@ Required Dependencies
---------------------
- `SimGrid `__ ??? version 3.36
-- `SimGrid File System Module `__ ??? version 0.1 or higher
+- `SimGrid File System Module `__ ??? version 0.2 or higher
- `JSON for Modern C++ `__ ??? version
3.9.0 or higher
diff --git a/include/wrench/simulation/Version.h b/include/wrench/simulation/Version.h
index db6f4d733d..ba3dbc5bb2 100755
--- a/include/wrench/simulation/Version.h
+++ b/include/wrench/simulation/Version.h
@@ -9,5 +9,5 @@
*/
namespace wrench {
-#define WRENCH_VERSION_STRING "2.4-dev"
+#define WRENCH_VERSION_STRING "2.4"
}// namespace wrench