diff --git a/CMakeLists.txt b/CMakeLists.txt index 89c2d5c8c..7e51b5082 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.4) -project(Sophus VERSION 22.04.1) +project(Sophus VERSION 1.22.4) include(CMakePackageConfigHelpers) include(GNUInstallDirs) diff --git a/package.xml b/package.xml index e84f1bc70..e86f90aaf 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ sophus - 22.04.1 + 1.22.4 C++ implementation of Lie Groups using Eigen.