From 817066bd2b68f9a7de8278504ecee75761e195a0 Mon Sep 17 00:00:00 2001 From: Abdoulbari Zakir Date: Mon, 10 Jun 2024 11:49:51 +0200 Subject: [PATCH] fix xpress path on linux --- 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 285a87a64..b13d44af3 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 4) +set(ANTARES_XPANSION_RC 5) # =========================================================================== # Default parameters diff --git a/antares-version.json b/antares-version.json index 90bfcf480..bed1932fd 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-rc4", + "antares_xpansion_version": "1.3.0-rc5", "antares_deps_version": "2.0.7", "minizip_ng_version": "3.0.6" } diff --git a/sonar-project.properties b/sonar-project.properties index 77cd9cee0..ea73f9ded 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-rc4 +sonar.projectVersion=1.3.0-rc5 # ===================================================== # Properties that will be shared amongst all modules diff --git a/vcpkg.json b/vcpkg.json index cdb5bbb2e..8b9138b1e 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "antares-xpansion", - "version-string": "1.3.0-rc4", + "version-string": "1.3.0-rc5", "builtin-baseline": "943c5ef1c8f6b5e6ced092b242c8299caae2ff01", "dependencies": [ "jsoncpp",