Skip to content

Commit

Permalink
Up to v3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniestevez committed Sep 3, 2024
1 parent dc2e470 commit 2abc7e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules)
set(VERSION_MAJOR 3)
set(VERSION_API 20)
set(VERSION_ABI 0)
set(VERSION_PATCH git)
set(VERSION_PATCH 0)

cmake_policy(SET CMP0011 NEW)

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '3.20.0-git'
release = '3.20.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
ad-hoc protocols used in other satellites.
"""

__version__ = 'v3.20.0-git'
__version__ = 'v3.20.0'
__author__ = 'Daniel Estevez'
__copyright__ = 'Copyright 2016-2023 Daniel Estevez'
__email__ = '[email protected]'
Expand Down

0 comments on commit 2abc7e7

Please sign in to comment.