Skip to content

Commit

Permalink
Merge pull request #316 from christian-rauch/rel_34
Browse files Browse the repository at this point in the history
bump minor version to prepare release
  • Loading branch information
christian-rauch authored Mar 10, 2024
2 parents e6cd3c7 + 77928d8 commit 77a769a
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.16)
project(apriltag VERSION 3.3.0 LANGUAGES C)
project(apriltag VERSION 3.4.0 LANGUAGES C)

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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>apriltag</name>
<version>3.3.0</version>
<version>3.4.0</version>
<description>AprilTag detector library</description>

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

0 comments on commit 77a769a

Please sign in to comment.