Skip to content

Commit

Permalink
increased patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Apr 8, 2024
1 parent 8f7a35e commit ea65052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project(rmagine
LANGUAGES CXX C
VERSION 2.2.2)# TODO update this version when merging into main-branch
VERSION 2.2.3)# TODO update this version when merging into main-branch

option(BUILD_TOOLS "Build tools" ON)
option(BUILD_TESTS "Build tests" ON)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>rmagine</name>
<version>2.2.2</version>
<version>2.2.3</version>
<description>
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.
</description>
Expand Down

0 comments on commit ea65052

Please sign in to comment.