Skip to content

Commit

Permalink
fix xpress path on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Jun 10, 2024
1 parent a432d2e commit 817066b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion antares-version.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antares-xpansion",
"version-string": "1.3.0-rc4",
"version-string": "1.3.0-rc5",
"builtin-baseline": "943c5ef1c8f6b5e6ced092b242c8299caae2ff01",
"dependencies": [
"jsoncpp",
Expand Down

0 comments on commit 817066b

Please sign in to comment.