Skip to content

Commit

Permalink
actually bump version number (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
strasdat committed Apr 20, 2022
1 parent 0cba85b commit 4ac843d
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 1.1.0)
project(Sophus VERSION 22.04.1)

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>1.1.0</version>
<version>22.04.1</version>
<description>
C++ implementation of Lie Groups using Eigen.
</description>
Expand Down

0 comments on commit 4ac843d

Please sign in to comment.