Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Artikulate
Commits
5e372607
Commit
5e372607
authored
Nov 03, 2022
by
Andreas Cord-Landwehr
Browse files
Use KDE release service as app version
parent
41da7744
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5e372607
...
...
@@ -11,7 +11,7 @@ set (RELEASE_SERVICE_VERSION_MAJOR "22")
set
(
RELEASE_SERVICE_VERSION_MINOR
"11"
)
set
(
RELEASE_SERVICE_VERSION_MICRO
"70"
)
set
(
RELEASE_SERVICE_COMPACT_VERSION
"
${
RELEASE_SERVICE_VERSION_MAJOR
}${
RELEASE_SERVICE_VERSION_MINOR
}${
RELEASE_SERVICE_VERSION_MICRO
}
"
)
set
(
ARTIKULATE_VERSION
"
1.0.0.
${
RELEASE_SERVICE_
COMPACT
_VERSION
}
"
)
set
(
ARTIKULATE_VERSION
"
${
RELEASE_SERVICE_
VERSION_MAJOR
}
.
${
RELEASE_SERVICE_VERSION_MINOR
}
.
${
RELEASE_SERVICE
_VERSION
_MICRO
}
"
)
project
(
artikulate VERSION
${
ARTIKULATE_VERSION
}
)
...
...
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