File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222# SOFTWARE.
2323cmake_minimum_required (VERSION 3.16...3.26)
24- project (kinematic_icp_cpp VERSION 0.0.1 LANGUAGES CXX)
24+ project (kinematic_icp_cpp VERSION 0.2.0 LANGUAGES CXX)
2525
2626# Setup build options for the underlying kiss dependency
2727option (USE_CCACHE "Build using Ccache if found on the path" ON )
Original file line number Diff line number Diff line change 2121# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222# SOFTWARE.
2323cmake_minimum_required (VERSION 3.16...3.26)
24- project (kinematic_icp VERSION 0.0.1 LANGUAGES CXX)
24+ project (kinematic_icp VERSION 0.2.0 LANGUAGES CXX)
2525
2626set (CMAKE_BUILD_TYPE Release)
2727
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ SOFTWARE.
2525-->
2626<package format =" 3" >
2727 <name >kinematic_icp</name >
28- <version >0.0.1 </version >
28+ <version >0.2.0 </version >
2929 <description >ROS 2 Wrapper</description >
3030 <maintainer email =" tiziano.guadagnino93@gmail.com" >frevo137</maintainer >
3131 <license >MIT</license >
You can’t perform that action at this time.
0 commit comments