We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dc0286 + 8d6a4bc commit fb2a409Copy full SHA for fb2a409
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.16)
2
-project(apriltag VERSION 3.4.2 LANGUAGES C)
+project(apriltag VERSION 3.4.3 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.2</version>
+ <version>3.4.3</version>
6
<description>AprilTag detector library</description>
7
8
<maintainer email="[email protected]">Max Krogius</maintainer>
0 commit comments