Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
librespacefoundation
SatNOGS
gr-satnogs
Commits
cdab69d7
Commit
cdab69d7
authored
Nov 30, 2020
by
Manolis Surligas
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to v2.2.0.0
Signed-off-by:
Manolis Surligas
<
surligas@gmail.com
>
parent
0bb8908a
Pipeline
#223121365
passed with stages
in 32 minutes and 1 second
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
cdab69d7
...
...
@@ -45,8 +45,8 @@ list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules)
# Set the version information here
if
(
NOT VERSION_MAJOR OR NOT VERSION_API OR NOT VERSION_ABI
)
set
(
VERSION_MAJOR 2
)
set
(
VERSION_API
1
)
set
(
VERSION_ABI
2
)
set
(
VERSION_API
2
)
set
(
VERSION_ABI
0
)
endif
()
if
(
NOT VERSION_PATCH
)
set
(
VERSION_PATCH git
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment