Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-macos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-macos
Commits
85f1114c
Commit
85f1114c
authored
3 years ago
by
Kateryna Kostiuk
Browse files
Options
Downloads
Patches
Plain Diff
macOS: bump version number
Change-Id: Ib553c46396f7ec6eb7b627b708536973b265a85d
parent
87ad16e6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
2 additions
and
2 deletions
CMakeLists.txt
+
2
−
2
View file @
85f1114c
...
...
@@ -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
"2.0
5
"
)
SET
(
RING_VERSION_NAME
"2.0
6
"
)
ELSE
()
SET
(
RING_VERSION_NAME
"2.0
5
"
)
SET
(
RING_VERSION_NAME
"2.0
6
"
)
ENDIF
()
MESSAGE
(
"Building Ring version - "
${
RING_VERSION_NAME
}
" "
${
RING_VERSION
}
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment