Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-client-macos
Commits
5bd7958c
Commit
5bd7958c
authored
Apr 23, 2021
by
Kateryna Kostiuk
Browse files
macOS: bump version number
Change-Id: I29f946b19e3c7e3ad04e01328153b6290edc4cea
parent
e5d4abe1
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5bd7958c
...
...
@@ -14,9 +14,9 @@ IF("${RING_VERSION}" STREQUAL "")
ENDIF
(
"
${
RING_VERSION
}
"
STREQUAL
""
)
# if build for App Store version and build number should be incremented
IF
(
"
${
RELEASE_TYPE
}
"
STREQUAL
"AppStore"
)
SET
(
RING_VERSION_NAME
"1.9
3
"
)
SET
(
RING_VERSION_NAME
"1.9
4
"
)
ELSE
()
SET
(
RING_VERSION_NAME
"1.9
3
"
)
SET
(
RING_VERSION_NAME
"1.9
4
"
)
ENDIF
()
MESSAGE
(
"Building Ring version - "
${
RING_VERSION_NAME
}
" "
${
RING_VERSION
}
)
...
...
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