Skip to content

Commit e9770b3

Browse files
committed
preparing for release 2.1
1 parent 6e10149 commit e9770b3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set(CMAKE_CXX_STANDARD 14)
3232
set(WRENCH_VERSION_MAJOR "2")
3333
set(WRENCH_VERSION_MINOR "1")
3434
set(WRENCH_VERSION_PATCH "0")
35-
set(WRENCH_VERSION_EXTRA "dev")
35+
set(WRENCH_VERSION_EXTRA "")
3636

3737
if (${WRENCH_VERSION_PATCH} EQUAL "0")
3838
set(WRENCH_RELEASE_VERSION "${WRENCH_VERSION_MAJOR}.${WRENCH_VERSION_MINOR}")

RELEASENOTES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
WRENCH Release Notes
22
------
33

4-
### wrench 2.0
4+
### wrench 2.1
55

6-
(october XXX, 2022) this release include **a new storage service implementation**, **performance enhancements**, and **minor bug fixes**. More specifically:
6+
(october 7, 2022) this release include **a new storage service implementation**, **performance enhancements**, and **minor bug fixes**. More specifically:
77

88
- implementation of a new storage service for the simulation of the [XRootD](https://xrootd.slac.stanford.edu/) storage system, along with implementation and examples.
9-
- many performance and scalability improvements that reduce memory footprint and simulation execution time.
9+
- performance and scalability improvements that reduce memory footprint and simulation execution time.
1010

1111
**note**: wrench 2.0 requires [simgrid 3.32](https://simgrid.org)
1212

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.1-dev"
12+
#define WRENCH_VERSION_STRING "2.1"
1313
}// namespace wrench

0 commit comments

Comments
 (0)