From 97b905344595f646b6dd6050114314d2ca8c6f82 Mon Sep 17 00:00:00 2001 From: Abdoulbari Zakir Date: Fri, 7 Jun 2024 16:56:44 +0200 Subject: [PATCH] update version --- CMakeLists.txt | 2 +- antares-version.json | 2 +- sonar-project.properties | 2 +- vcpkg.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 77558a941..9b8850c34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.5) # =========================================================================== PROJECT(antaresXpansion VERSION 1.3.0) -set(ANTARES_XPANSION_RC 1) +set(ANTARES_XPANSION_RC 3) # =========================================================================== # Default parameters diff --git a/antares-version.json b/antares-version.json index 614e1a399..29a05e3fe 100644 --- a/antares-version.json +++ b/antares-version.json @@ -1,7 +1,7 @@ { "antares_version": "8.8.3", "antares_version_executable": "8.8", - "antares_xpansion_version": "1.3.0-rc2", + "antares_xpansion_version": "1.3.0-rc3", "antares_deps_version": "2.0.7", "minizip_ng_version": "3.0.6" } diff --git a/sonar-project.properties b/sonar-project.properties index d676b482f..a8fe6d50e 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,7 @@ sonar.projectName=antares-xpansion sonar.projectKey=AntaresSimulatorTeam_antares-xpansion sonar.organization=antaressimulatorteam -sonar.projectVersion=1.3.0-rc2 +sonar.projectVersion=1.3.0-rc3 # ===================================================== # Properties that will be shared amongst all modules diff --git a/vcpkg.json b/vcpkg.json index af435dc3f..93907d593 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "antares-xpansion", - "version-string": "1.3.0-rc2", + "version-string": "1.3.0-rc3", "builtin-baseline": "9484a57dd560b89f0a583be08af6753611c57fd5", "dependencies": [ "jsoncpp",