Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
* Update packaging relative to libfranka packaging change
* Use inertia parameters provided by Franka Emika
  • Loading branch information
gergondet committed Sep 26, 2022
1 parent 76d96d1 commit 3a01302
Show file tree
Hide file tree
Showing 2 changed files with 8 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.0.0)
project(mc_panda LANGUAGES CXX VERSION 1.1.0)
enable_testing()
set(CMAKE_CXX_STANDARD 11)

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

* Update packaging relative to libfranka packaging change
* Use inertia parameters provided by Franka Emika

-- Pierre Gergondet <[email protected]> Mon, 26 Sep 2022 10:59:22 +0900

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

* Initial release
Expand Down

0 comments on commit 3a01302

Please sign in to comment.