Skip to content

Commit

Permalink
Merge pull request #604 from robotology/tag_v_0_11_2
Browse files Browse the repository at this point in the history
Bump version to 0.11.2
  • Loading branch information
traversaro authored Dec 12, 2019
2 parents 072f3d4 + 89efd24 commit b54b826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set(VARS_PREFIX "iDynTree")

set(${VARS_PREFIX}_MAJOR_VERSION 0)
set(${VARS_PREFIX}_MINOR_VERSION 11)
set(${VARS_PREFIX}_PATCH_VERSION 1)
set(${VARS_PREFIX}_PATCH_VERSION 2)
set(${VARS_PREFIX}_VERSION ${${VARS_PREFIX}_MAJOR_VERSION}.${${VARS_PREFIX}_MINOR_VERSION}.${${VARS_PREFIX}_PATCH_VERSION})

# Pick up our CMake scripts - they are all in the cmake subdirectory.
Expand Down
2 changes: 1 addition & 1 deletion doc/releases/v0_11_2.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
iDynTree 0.11.2 (UNRELEASED) {#v0_11_2}
iDynTree 0.11.2 (2019-12-12) {#v0_11_2}
========================

[TOC]
Expand Down

0 comments on commit b54b826

Please sign in to comment.