From aa706030282c642ff7687bbc38bbe57a6ad4aaea Mon Sep 17 00:00:00 2001 From: Henri Casanova Date: Mon, 16 Dec 2024 11:31:39 -1000 Subject: [PATCH] New dev version --- CMakeLists.txt | 4 ++-- include/wrench/simulation/Version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 534240025..d9bc07d1b 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,9 +74,9 @@ set(CMAKE_CXX_STANDARD 17) # build the version number set(WRENCH_VERSION_MAJOR "2") -set(WRENCH_VERSION_MINOR "5") +set(WRENCH_VERSION_MINOR "6") set(WRENCH_VERSION_PATCH "0") -set(WRENCH_VERSION_EXTRA "") +set(WRENCH_VERSION_EXTRA "dev") if (${WRENCH_VERSION_PATCH} EQUAL "0") set(WRENCH_RELEASE_VERSION "${WRENCH_VERSION_MAJOR}.${WRENCH_VERSION_MINOR}") diff --git a/include/wrench/simulation/Version.h b/include/wrench/simulation/Version.h index 5bbc9640f..2aadf31fd 100755 --- a/include/wrench/simulation/Version.h +++ b/include/wrench/simulation/Version.h @@ -9,5 +9,5 @@ */ namespace wrench { -#define WRENCH_VERSION_STRING "2.5" +#define WRENCH_VERSION_STRING "2.6-dev" }// namespace wrench