Skip to content

Commit

Permalink
Merge pull request #247 from AntaresSimulatorTeam/fix/v8.0.3
Browse files Browse the repository at this point in the history
Set version = 8.0.3, remove unused #defines
  • Loading branch information
flomnes authored May 5, 2021
2 parents da54dd1 + 8c0322a commit 542a4ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.0)
# Version
set(ANTARES_VERSION_HI 8)
set(ANTARES_VERSION_LO 0)
set(ANTARES_VERSION_REVISION 2)
set(ANTARES_VERSION_REVISION 3)
set(ANTARES_VERSION_YEAR 2021)

set(ANTARES_PUBLISHER "RTE France")
Expand Down
5 changes: 0 additions & 5 deletions src/config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
//! The Website for RTE
# define ANTARES_WEBSITE "@ANTARES_WEBSITE@"

# define ANTARES_PROXY_PARAMETERS_FILENAME "ProxyConnexionParameters.ini"

# define ANTARES_SERVER_SCRIPT_ROOT "/check/"

# define ANTARES_CA_BUNDLE "ca-bundle.crt"
// ----------------------------------------------------------------------------

//! Beta version
Expand Down

0 comments on commit 542a4ae

Please sign in to comment.