Skip to content

Commit

Permalink
Up to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniestevez committed Jun 18, 2021
1 parent 3f1a998 commit ba9f859
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 @@ -43,7 +43,7 @@ list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules)

# Set the version information here
set(VERSION_MAJOR 4)
set(VERSION_API 1)
set(VERSION_API 2)
set(VERSION_ABI 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 = '4.1.0'
release = '4.2.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__ = 'v4.1.0'
__version__ = 'v4.2.0'
__author__ = 'Daniel Estevez'
__copyright__ = 'Copyright 2016-2020 Daniel Estevez'
__email__ = 'daniel@destevez.net'
Expand Down

0 comments on commit ba9f859

Please sign in to comment.