diff --git a/CMakeLists.txt b/CMakeLists.txt index 6111eb24f..c715bb20b 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.10) include(CMakePackageConfigHelpers) include(GNUInstallDirs) diff --git a/package.xml b/package.xml index e84f1bc70..72a190801 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ sophus - 22.04.1 + 1.22.10 C++ implementation of Lie Groups using Eigen.