Skip to content

Commit

Permalink
Fix: increased version in CMakeLists to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Hornung committed Feb 27, 2013
1 parent 4a117df commit 7e778e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octomap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENABLE_TESTING()
# version (e.g. for packaging)
set(OCTOMAP_MAJOR_VERSION 1)
set(OCTOMAP_MINOR_VERSION 5)
set(OCTOMAP_PATCH_VERSION 3)
set(OCTOMAP_PATCH_VERSION 4)
set(OCTOMAP_VERSION ${OCTOMAP_MAJOR_VERSION}.${OCTOMAP_MINOR_VERSION}.${OCTOMAP_PATCH_VERSION})
if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)
Expand Down

0 comments on commit 7e778e9

Please sign in to comment.