From 11f1367b85acee0cf40bb349c350d07a63aa8bad Mon Sep 17 00:00:00 2001 From: black-desk Date: Wed, 11 Oct 2023 21:52:37 +0800 Subject: [PATCH] chore: update version to 0.1.5 Signed-off-by: black-desk --- CMakeLists.txt | 2 +- debian/changelog | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e2ee195..dc6fc72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.23) project( ocppi LANGUAGES CXX - VERSION 0.1.4) + VERSION 0.1.5) option(OCPPI_BUILD_EXAMPLES "Build examples of ocppi or not" ${PROJECT_IS_TOP_LEVEL}) diff --git a/debian/changelog b/debian/changelog index d625fdb..e38b87b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -ocppi (0.1.4-1) UNRELEASED; urgency=medium +ocppi (0.1.5-1) UNRELEASED; urgency=medium - * + * Initial release - -- Chen Linxuan Mon, 18 Sep 2023 18:12:09 +0800 + -- Chen Linxuan Wed, 11 Oct 2023 21:55:31 +0800