From cf58d4a54b629eb4fb84c710fe39f0a1759cab26 Mon Sep 17 00:00:00 2001 From: Rafael Ferreira da Silva Date: Thu, 18 Feb 2021 11:31:04 -0800 Subject: [PATCH] preparing release 1.8 --- CMakeLists.txt | 2 +- include/wrench/simulation/Version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 80be62432a..ca4aca4884 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ set(CMAKE_CXX_STANDARD 14) set(WRENCH_VERSION_MAJOR "1") set(WRENCH_VERSION_MINOR "8") 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}") diff --git a/include/wrench/simulation/Version.h b/include/wrench/simulation/Version.h index 179df3694e..37252113fc 100644 --- a/include/wrench/simulation/Version.h +++ b/include/wrench/simulation/Version.h @@ -9,5 +9,5 @@ */ namespace wrench { - #define WRENCH_VERSION_STRING "1.8-dev" + #define WRENCH_VERSION_STRING "1.8" }