We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e98edb + 72accb4 commit 94be783Copy full SHA for 94be783
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.16)
2
-project(apriltag VERSION 3.4.4 LANGUAGES C)
+project(apriltag VERSION 3.4.5 LANGUAGES C)
3
4
if(POLICY CMP0077)
5
cmake_policy(SET CMP0077 NEW)
package.xml
@@ -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.4.4</version>
+ <version>3.4.5</version>
6
<description>AprilTag detector library</description>
7
8
<maintainer email="mkrogius@umich.edu">Max Krogius</maintainer>
0 commit comments