File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules)
45
45
set (VERSION_MAJOR 4)
46
46
set (VERSION_API 12)
47
47
set (VERSION_ABI 0)
48
- set (VERSION_PATCH git )
48
+ set (VERSION_PATCH 0 )
49
49
50
50
cmake_policy (SET CMP0011 NEW)
51
51
Original file line number Diff line number Diff line change 26
26
# The short X.Y version
27
27
version = ''
28
28
# The full version, including alpha/beta/rc tags
29
- release = '4.12.0-git '
29
+ release = '4.12.0'
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 19
19
ad-hoc protocols used in other satellites.
20
20
"""
21
21
22
- __version__ = 'v4.12.0-git '
22
+ __version__ = 'v4.12.0'
23
23
__author__ = 'Daniel Estevez'
24
24
__copyright__ = 'Copyright 2016-2023 Daniel Estevez'
25
25
You can’t perform that action at this time.
0 commit comments