Skip to content

Commit

Permalink
Stable version 3.9 release (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojnnes committed Jan 6, 2024
1 parent 414152e commit 87b370e
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
Expand Up @@ -32,7 +32,7 @@ cmake_minimum_required(VERSION 3.10)

project(COLMAP LANGUAGES C CXX)

set(COLMAP_VERSION "3.9-dev")
set(COLMAP_VERSION "3.9")

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# built documents.
#
# The short X.Y version.
version = "3.9-dev"
version = "3.9"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit 87b370e

Please sign in to comment.