Skip to content

Commit ea65052

Browse files
committed
increased patch version
1 parent 8f7a35e commit ea65052

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,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22
project(rmagine
33
LANGUAGES CXX C
4-
VERSION 2.2.2)# TODO update this version when merging into main-branch
4+
VERSION 2.2.3)# TODO update this version when merging into main-branch
55

66
option(BUILD_TOOLS "Build tools" ON)
77
option(BUILD_TESTS "Build tests" ON)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>rmagine</name>
4-
<version>2.2.2</version>
4+
<version>2.2.3</version>
55
<description>
66
Library for fast and accurate simulation of range sensors in large 3D environments using ray tracing. The simulations can even be computed on embedded devices installed on a robot.
77
</description>

0 commit comments

Comments
 (0)