Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
- Add an API to access the current CoM from the CoMTask
- Minor compilation fix for GCC 4.7
  • Loading branch information
gergondet committed Mar 17, 2020
1 parent 0806049 commit c3a4f52
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 @@ -8,7 +8,7 @@ set(PROJECT_NAME Tasks)
set(PROJECT_DESCRIPTION "...")
set(PROJECT_URL "https://github.com/jrl-umi3218/Tasks")
set(PROJECT_DEBUG_POSTFIX "_d")
set(PROJECT_VERSION 1.1.0)
set(PROJECT_VERSION 1.2.0)
set(PROJECT_USE_CMAKE_EXPORT TRUE)

# Disable -Werror on Unix for now.
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
tasks (1.2.0-1ubuntu1) unstable; urgency=medium

* Update upstream version

-- Pierre Gergondet <[email protected]> Tue, 17 Mar 2020 15:42:04 +0800

tasks (1.1.0-1ubuntu1) unstable; urgency=medium

* Update upstream version
Expand Down

0 comments on commit c3a4f52

Please sign in to comment.