We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac843d commit f01f91dCopy full SHA for f01f91d
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.4)
2
-project(Sophus VERSION 22.04.1)
+project(Sophus VERSION 1.22.4)
3
4
include(CMakePackageConfigHelpers)
5
include(GNUInstallDirs)
package.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>sophus</name>
- <version>22.04.1</version>
+ <version>1.22.4</version>
<description>
6
C++ implementation of Lie Groups using Eigen.
7
</description>
0 commit comments