Skip to content

Commit aa70603

Browse files
committed
New dev version
1 parent a1e88c4 commit aa70603

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 "5")
77+
set(WRENCH_VERSION_MINOR "6")
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.5"
12+
#define WRENCH_VERSION_STRING "2.6-dev"
1313
}// namespace wrench

0 commit comments

Comments
 (0)