Skip to content

Commit

Permalink
Bump version to 2024.8.0 (#838)
Browse files Browse the repository at this point in the history
* Bump version to 2024.8.0

Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>

* Update libocpp dependency to 0.16.1

Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>

* Update libocpp dependency to 0.16.2

Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>

---------

Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
  • Loading branch information
hikinggrass authored Aug 28, 2024
1 parent 67cd392 commit e3eb4d9
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.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
)
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e3eb4d9

Please sign in to comment.