Skip to content

Commit

Permalink
Fix version and release v3.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daniestevez committed Aug 28, 2023
1 parent 7e948ee commit 4e4f7e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules)

# Set the version information here
set(VERSION_MAJOR 3)
set(VERSION_API 19)
set(VERSION_ABI 0)
set(VERSION_PATCH git)
set(VERSION_API 18)
set(VERSION_ABI 1)
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.19.0-git'
release = '3.18.1'


# -- 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.19.0-git'
__version__ = 'v3.18.1'
__author__ = 'Daniel Estevez'
__copyright__ = 'Copyright 2016-2023 Daniel Estevez'
__email__ = 'daniel@destevez.net'
Expand Down

0 comments on commit 4e4f7e4

Please sign in to comment.