Skip to content

Commit

Permalink
Bump version to 2024.10.0 and libocpp to 0.19.0 (#950)
Browse files Browse the repository at this point in the history
* Bump version to 2024.10.0
* Bump libocpp version to 0.19.0

---------

Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
  • Loading branch information
hikinggrass authored Nov 7, 2024
1 parent 01dee7b commit f55304e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.16)

project(everest-core
VERSION 2024.9.0
VERSION 2024.10.0
DESCRIPTION "The open operating system for e-mobility charging stations"
LANGUAGES CXX C
)
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ libevse-security:
# OCPP
libocpp:
git: https://github.com/EVerest/libocpp.git
git_tag: 6a0010225535599b053e401307d76b58e9e3c7c5
git_tag: v0.19.0
cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBOCPP"
# Josev
Josev:
Expand Down

0 comments on commit f55304e

Please sign in to comment.