Skip to content

Commit fb2a409

Browse files
Merge pull request #371 from christian-rauch/release_343
release version 3.4.3
2 parents 5dc0286 + 8d6a4bc commit fb2a409

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.2 LANGUAGES C)
2+
project(apriltag VERSION 3.4.3 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.2</version>
5+
<version>3.4.3</version>
66
<description>AprilTag detector library</description>
77

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

0 commit comments

Comments
 (0)