Skip to content

Commit

Permalink
preparing for release 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 7, 2022
1 parent c0a8859 commit 5a44ed6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set(CMAKE_CXX_STANDARD 14)
set(WRENCH_VERSION_MAJOR "2")
set(WRENCH_VERSION_MINOR "1")
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
6 changes: 3 additions & 3 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
WRENCH Release Notes
------

### wrench 2.0
### wrench 2.1

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

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

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

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

0 comments on commit 5a44ed6

Please sign in to comment.