Skip to content

Commit 94be783

Browse files
Merge pull request #399 from christian-rauch/rel_345
release version 3.4.5
2 parents 1e98edb + 72accb4 commit 94be783

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(apriltag VERSION 3.4.4 LANGUAGES C)
2+
project(apriltag VERSION 3.4.5 LANGUAGES C)
33

44
if(POLICY CMP0077)
55
cmake_policy(SET CMP0077 NEW)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>apriltag</name>
5-
<version>3.4.4</version>
5+
<version>3.4.5</version>
66
<description>AprilTag detector library</description>
77

88
<maintainer email="mkrogius@umich.edu">Max Krogius</maintainer>

0 commit comments

Comments
 (0)