From 451f21c00ed4d19d071def90a2f5b817d4bd6ba8 Mon Sep 17 00:00:00 2001 From: Pierre Gergondet Date: Mon, 17 Apr 2023 22:53:05 +0200 Subject: [PATCH] Release v1.1.1 Minor update for packaging purpose --- CMakeLists.txt | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4605b88..bddccf1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR}) message(FATAL_ERROR "This project doesn't support in-source builds") endif() -project(mc_panda LANGUAGES CXX VERSION 1.1.0) +project(mc_panda LANGUAGES CXX VERSION 1.1.1) enable_testing() set(CMAKE_CXX_STANDARD 11) diff --git a/debian/changelog b/debian/changelog index 8ccad22..0bbcf13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mc-panda (1.1.1-1debian1) unstable; urgency=medium + + * Minor update for packaging purpose + + -- Pierre Gergondet Mon, 17 Apr 2023 22:52:43 +0200 + mc-panda (1.1.0-1debian1) unstable; urgency=medium * Update packaging relative to libfranka packaging change