Skip to content

Commit

Permalink
docs: fix versioning scheme 22.10 -> 1.22.10
Browse files Browse the repository at this point in the history
  • Loading branch information
strasdat committed Feb 5, 2023
1 parent 8e19416 commit de0f8d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>sophus</name>
<version>22.04.1</version>
<version>1.22.10</version>
<description>
C++ implementation of Lie Groups using Eigen.
</description>
Expand Down

0 comments on commit de0f8d3

Please sign in to comment.