Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
VACore
Commits
68a36abf
Commit
68a36abf
authored
May 15, 2017
by
Jonas Stienen
Browse files
Fixing minor version typo
parent
3d6c75c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
68a36abf
...
...
@@ -53,7 +53,7 @@ if( NOT DEFINED ITA_VACORE_VERSION_MAJOR )
set
(
ITA_VACORE_VERSION_MAJOR
"v2017"
CACHE STRING
"VACore version major (usually 'v' and year)"
)
endif
(
)
if
(
NOT DEFINED ITA_VACORE_VERSION_MINOR
)
set
(
ITA_VACORE_VERSION_MINOR
"b
a
"
CACHE STRING
"VACore version minor (usually a,b,c ...)"
)
set
(
ITA_VACORE_VERSION_MINOR
"b"
CACHE STRING
"VACore version minor (usually a,b,c ...)"
)
endif
(
)
# Settings
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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