Skip to content

Commit 521924e

Browse files
committed
Version 2.5-dev
1 parent f4ba702 commit 521924e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ set(CMAKE_CXX_STANDARD 17)
7474

7575
# build the version number
7676
set(WRENCH_VERSION_MAJOR "2")
77-
set(WRENCH_VERSION_MINOR "4")
77+
set(WRENCH_VERSION_MINOR "5")
7878
set(WRENCH_VERSION_PATCH "0")
79-
set(WRENCH_VERSION_EXTRA "")
79+
set(WRENCH_VERSION_EXTRA "dev")
8080

8181
if (${WRENCH_VERSION_PATCH} EQUAL "0")
8282
set(WRENCH_RELEASE_VERSION "${WRENCH_VERSION_MAJOR}.${WRENCH_VERSION_MINOR}")

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

0 commit comments

Comments
 (0)