Skip to content

Commit

Permalink
preparing release 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Aug 24, 2021
1 parent 4e2552b commit 212d4d8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set(CMAKE_CXX_STANDARD 14)
set(WRENCH_VERSION_MAJOR "1")
set(WRENCH_VERSION_MINOR "9")
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
12 changes: 12 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
WRENCH Release Notes
------

### WRENCH 1.9

(August 24, 2021) This release includes a series of **new features**, **enhancements**, and **bug fixes**, including:

- Performance improvement ([#221](https://github.com/wrench-project/wrench/issues/221))
- Updates to HTCondor component and API ([#220](https://github.com/wrench-project/wrench/issues/220))
- Enhancement ([#225](https://github.com/wrench-project/wrench/issues/225))

**Note**: WRENCH 1.9 requires [SimGrid 3.27](https://simgrid.org)

---

### WRENCH 1.8

(February 18, 2021) This release includes a series of **new features**, **enhancements**, and **bug fixes**, including:
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 "1.9-dev"
#define WRENCH_VERSION_STRING "1.9"
}

0 comments on commit 212d4d8

Please sign in to comment.