From de0f8d3d92bf776271e16de56d1803940ebccab9 Mon Sep 17 00:00:00 2001 From: Hauke Strasdat Date: Tue, 13 Sep 2022 18:18:19 +0300 Subject: [PATCH] docs: fix versioning scheme 22.10 -> 1.22.10 --- CMakeLists.txt | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.