From fa11d1978c4bf22c34c4957e5a6748ff744eafb3 Mon Sep 17 00:00:00 2001 From: Rafael Ferreira da Silva Date: Tue, 6 Nov 2018 22:08:52 -0800 Subject: [PATCH] preparing for release --- include/wrench/simulation/Version.h | 2 +- sonar-project.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wrench/simulation/Version.h b/include/wrench/simulation/Version.h index 3f98a1eed6..97dc371424 100644 --- a/include/wrench/simulation/Version.h +++ b/include/wrench/simulation/Version.h @@ -9,5 +9,5 @@ */ namespace wrench { - #define WRENCH_VERSION_STRING "1.2-dev" + #define WRENCH_VERSION_STRING "1.2" } diff --git a/sonar-project.properties b/sonar-project.properties index 9610078e3d..44b1e036f2 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectKey=wrench sonar.projectName=WRENCH -sonar.projectVersion=1.2-dev +sonar.projectVersion=1.2 sonar.links.homepage=http://wrench-project.org sonar.links.ci=https://travis-ci.org/wrench-project/wrench