Skip to content

Commit dc9e4b3

Browse files
committed
increased version to 2.0.0
1 parent 0830ae0 commit dc9e4b3

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.8)
2-
project(rmcl_msgs)
2+
project(rmcl_msgs VERSION 2.0.0)
33

44
# Default to C++17
55
if(NOT CMAKE_CXX_STANDARD)

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>rmcl_msgs</name>
5-
<version>1.0.0</version>
5+
<version>2.0.0</version>
66
<description>The rmcl_msgs package</description>
77
<maintainer email="amock@uos.de">Alexander Mock</maintainer>
88
<author email="amock@uos.de">Alexander Mock</author>

0 commit comments

Comments
 (0)