Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
Minor update for packaging purpose
  • Loading branch information
gergondet committed Apr 17, 2023
1 parent e5b2d59 commit 451f21c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mc-panda (1.1.1-1debian1) unstable; urgency=medium

* Minor update for packaging purpose

-- Pierre Gergondet <pierre.gergondet+ppa@gmail.com> Mon, 17 Apr 2023 22:52:43 +0200

mc-panda (1.1.0-1debian1) unstable; urgency=medium

* Update packaging relative to libfranka packaging change
Expand Down

0 comments on commit 451f21c

Please sign in to comment.