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
783bc9fc
Commit
783bc9fc
authored
Oct 03, 2020
by
Erik von Reis
Browse files
version 0.3.0~rc14
parent
e9e82f8e
Pipeline
#183480
failed with stages
in 6 minutes and 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
783bc9fc
...
...
@@ -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
3
"
)
SET
(
VERSION_SUFFIX
"rc1
4
"
)
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