Skip to content

Commit

Permalink
Up to v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniestevez committed May 9, 2022
1 parent d34e529 commit e5ad00d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -45,7 +45,7 @@ list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules)
set(VERSION_MAJOR 3)
set(VERSION_API 13)
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
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '3.13.0-git'
release = '3.13.0'


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

__version__ = 'v3.13.0-git'
__version__ = 'v3.13.0'
__author__ = 'Daniel Estevez'
__copyright__ = 'Copyright 2016-2022 Daniel Estevez'
__email__ = 'daniel@destevez.net'
Expand Down

0 comments on commit e5ad00d

Please sign in to comment.