Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Commit

Permalink
Added changelog 5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fqez committed Feb 19, 2018
1 parent 0cd42ce commit 6998f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Deps/gazebo/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PKG_CHECK_MODULES(GAZEBO QUIET gazebo<=7.9.9 gazebo>=7.0.0)
PKG_CHECK_MODULES(GAZEBO QUIET gazebo>=7.0.0)
link_directories(${GAZEBO_LIBRARY_DIRS})


Expand Down
2 changes: 1 addition & 1 deletion cmake/cpackit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SET (CPACK_PACKAGING_INSTALL_PREFIX "/usr/local")
# CPack version numbers for release tarball name.
SET (CPACK_PACKAGE_VERSION_MAJOR 5)
SET (CPACK_PACKAGE_VERSION_MINOR 6)
SET (CPACK_PACKAGE_VERSION_PATCH 2)
SET (CPACK_PACKAGE_VERSION_PATCH 3)
SET (CPACK_DEBIAN_PACKAGE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})


Expand Down

0 comments on commit 6998f05

Please sign in to comment.