Skip to content

Commit

Permalink
Bump version to 0.7 after component refactor and API breaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenlovegrove committed Aug 26, 2021
1 parent 89f8dc8 commit ccceaab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8)

project("Pangolin")
set(PANGOLIN_VERSION_MAJOR 0)
set(PANGOLIN_VERSION_MINOR 6)
set(PANGOLIN_VERSION_MINOR 7)
set(PANGOLIN_VERSION ${PANGOLIN_VERSION_MAJOR}.${PANGOLIN_VERSION_MINOR})

set(CMAKE_CXX_STANDARD 17)
Expand Down
3 changes: 2 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0"?>
<!-- ROS Catkin package.xml file -->
<package format="2">
<name>pangolin</name>
<version>0.6.0</version>
<version>0.7.0</version>
<description>pangolin</description>
<maintainer email="[email protected]">Steven Lovegrove</maintainer>
<author email="[email protected]">Steven Lovegrove</author>
Expand Down

0 comments on commit ccceaab

Please sign in to comment.