Skip to content

Commit

Permalink
bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rauch committed Jan 27, 2022
1 parent ca15e9e commit 0b86859
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
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1)
project(apriltag VERSION 3.1.0 LANGUAGES C CXX)
project(apriltag VERSION 3.2.0 LANGUAGES C CXX)

if(POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>apriltag</name>
<version>3.1.7</version>
<version>3.2.0</version>
<description>AprilTag detector library</description>

<maintainer email="[email protected]">Max Krogius</maintainer>
Expand Down

0 comments on commit 0b86859

Please sign in to comment.