From cf78d5c192984af0d23c12a0c900080971b0f929 Mon Sep 17 00:00:00 2001 From: Jason Marechal Date: Thu, 14 Sep 2023 14:34:41 +0200 Subject: [PATCH] Update versions --- CMakeLists.txt | 2 +- antares-version.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c74961e908..4c2f72d2e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.0) # =========================================================================== PROJECT(antaresXpansion VERSION 1.1.0) -set(ANTARES_XPANSION_RC 4) +set(ANTARES_XPANSION_RC 0) # =========================================================================== # Default parameters diff --git a/antares-version.json b/antares-version.json index 11148c8d5c..f2e623f123 100644 --- a/antares-version.json +++ b/antares-version.json @@ -1,7 +1,7 @@ { - "antares_version": "8.5.1", - "antares_version_executable": "8.5", - "antares_xpansion_version": "1.1.0-rc4", + "antares_version": "8.7.0", + "antares_version_executable": "8.7", + "antares_xpansion_version": "1.1.0", "antares_deps_version": "2.0.6", "minizip_ng_version": "3.0.6" }