Skip to content

Commit 4f83469

Browse files
ahojnnesbo-rc
authored andcommitted
Use consistent versioning scheme between C++/Python (colmap#2674)
* Use consistent versioning scheme between C++/Python * d
1 parent 4e62fcf commit 4f83469

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ endif()
7272

7373
project(COLMAP LANGUAGES C CXX)
7474

75-
set(COLMAP_VERSION "3.11-dev")
75+
set(COLMAP_VERSION "3.11.0.dev0")
7676

7777
set(CMAKE_CXX_STANDARD 14)
7878
set(CMAKE_CXX_STANDARD_REQUIRED ON)

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
# |version| and |release|, also used in various other places throughout the
5353
# built documents.
5454
#
55-
# The short X.Y version.
56-
version = "3.11-dev"
55+
# The short MAJOR.MINOR.PATCH version.
56+
version = "3.11.0.dev0"
5757
# The full version, including alpha/beta/rc tags.
5858
release = version
5959

pycolmap/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pycolmap"
77
# WARNING: This version must follow the MAJOR.MINOR.PATCH format. If only
88
# MAJOR.MINOR is used, cibuildwheel will add a .dev0 patch version, which
99
# results in releasing a pre-release version on PyPI.
10-
version = "3.11.dev0"
10+
version = "3.11.0.dev0"
1111
description = "COLMAP bindings"
1212
readme = "README.md"
1313
authors = [

0 commit comments

Comments
 (0)