Skip to content

Commit

Permalink
Release 2024.7.0 (#817)
Browse files Browse the repository at this point in the history
* Bump version of everest-core to 2024.7.0
* Bump libevse-security and libocpp versions

---------

Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
  • Loading branch information
hikinggrass authored Aug 6, 2024
1 parent d0129aa commit 4c7b9f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4c7b9f5

Please sign in to comment.