diff --git a/CMakeLists.txt b/CMakeLists.txt index 25f7597b1..bb967f9e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14.7) project(everest-core - VERSION 2024.6.0 + VERSION 2024.7.0 DESCRIPTION "The open operating system for e-mobility charging stations" LANGUAGES CXX C ) diff --git a/dependencies.yaml b/dependencies.yaml index 8b68e27b9..b034c04b6 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -54,13 +54,13 @@ libcurl: # and would otherwise be overwritten by the version used there libevse-security: git: https://github.com/EVerest/libevse-security.git - git_tag: aec383634d4def547ea4e8a5743576b697ea9987 + git_tag: v0.8.0 cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBEVSE_SECURITY" # OCPP libocpp: git: https://github.com/EVerest/libocpp.git - git_tag: aab1d5785bde141203b1a89b03d66fa91edf8093 + git_tag: v0.15.0 cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBOCPP" # Josev Josev: