Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Erik von Reis
dtt
Commits
0bb02290
Commit
0bb02290
authored
Sep 30, 2020
by
Erik von Reis
Browse files
updated version number to 0.3.0~rc12
parent
5c7585ca
Pipeline
#159063
passed with stages
in 5 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0bb02290
...
...
@@ -10,7 +10,7 @@ SET(CMAKE_PROJECT_HOMEPAGE_URL "http://git.ligo.org/erik.vonreis/dtt")
project
(
cds-crtools VERSION 0.3.0
)
#set to "~ax" for alpha release, "~bx" for a beta release, "~rcx" for a release candandidate, and an empty string for release.
SET
(
VERSION_SUFFIX
"rc1
1
"
)
SET
(
VERSION_SUFFIX
"rc1
2
"
)
SET
(
VERSION_TAG
"~
${
VERSION_SUFFIX
}
"
)
if
(
"
${
VERSION_SUFFIX
}
"
STREQUAL
""
)
SET
(
VERSION_TAG
""
)
...
...
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