Skip to content

Commit 4e99274

Browse files
Increment version number
1 parent 0154384 commit 4e99274

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ set(LIB_PREFIX g2o_)
1515
set(g2o_C_FLAGS)
1616
set(g2o_CXX_FLAGS)
1717

18-
set(G2O_LIB_VERSION "2.1.0" CACHE STRING "g2o library version")
19-
set(G2O_LIB_SOVERSION "2.1" CACHE STRING "g2o library soversion")
20-
set(G2O_VERSION 2.1.0)
18+
set(G2O_LIB_VERSION "2.2.0" CACHE STRING "g2o library version")
19+
set(G2O_LIB_SOVERSION "2.2" CACHE STRING "g2o library soversion")
20+
set(G2O_VERSION 2.2.0)
2121

2222
# manually check for top-level project if CMake is older than 3.21
2323
if(CMAKE_VERSION VERSION_LESS 3.21)

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "g2opy"
7-
version = "2.1.0"
7+
version = "2.2.0"
88
description="g2o: A General Framework for Graph Optimization"
99
readme = "README.md"
1010
authors = [
@@ -37,8 +37,7 @@ before-build = "yum install -y eigen3-devel json-devel"
3737

3838
[[tool.cibuildwheel.overrides]]
3939
select = "*-musllinux*"
40-
before-all = "apk add eigen"
41-
# TODO install nlohmann-json
40+
before-all = "apk add eigen nlohmann-json"
4241

4342
[[tool.cibuildwheel.overrides]]
4443
select = "*-macosx_*"

0 commit comments

Comments
 (0)