Skip to content

Commit a1857f2

Browse files
authored
Update libocpp dependency, increase version to 2023.8.0 (#336)
Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
1 parent a178884 commit a1857f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14.7)
22

33
project(everest-core
4-
VERSION 0.1
4+
VERSION 2023.8.0
55
DESCRIPTION "The open operating system for e-mobility charging stations"
66
LANGUAGES CXX C
77
)

dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RISE-V2G:
3838
# OCPP
3939
libocpp:
4040
git: https://github.com/EVerest/libocpp.git
41-
git_tag: c365fe4
41+
git_tag: v0.8.7
4242
# Josev
4343
Josev:
4444
git: https://github.com/EVerest/ext-switchev-iso15118.git

0 commit comments

Comments
 (0)