From e3eb4d973a6077f8af7bd57a2c78d5316fb99412 Mon Sep 17 00:00:00 2001 From: Kai Hermann Date: Wed, 28 Aug 2024 09:14:11 +0200 Subject: [PATCH] Bump version to 2024.8.0 (#838) * Bump version to 2024.8.0 Signed-off-by: Kai-Uwe Hermann * Update libocpp dependency to 0.16.1 Signed-off-by: Kai-Uwe Hermann * Update libocpp dependency to 0.16.2 Signed-off-by: Kai-Uwe Hermann --------- Signed-off-by: Kai-Uwe Hermann --- CMakeLists.txt | 2 +- dependencies.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c88206bf3..76a206250 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14.7) project(everest-core - VERSION 2024.7.1 + VERSION 2024.8.0 DESCRIPTION "The open operating system for e-mobility charging stations" LANGUAGES CXX C ) diff --git a/dependencies.yaml b/dependencies.yaml index 341964291..6cf44cb06 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -60,7 +60,7 @@ libevse-security: # OCPP libocpp: git: https://github.com/EVerest/libocpp.git - git_tag: v0.16.0 + git_tag: v0.16.2 cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBOCPP" # Josev Josev: