Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
acb3792d
Commit
acb3792d
authored
1 week ago
by
Mickaël Turnel
Browse files
Options
Download
Patches
Plain Diff
Update version number
parent
b3959f49
master
feature/swift_push_unit_tests
fix/ios_destroy_platform_helper_on_core_stop
fix/workaround_for_sip_simple_messages_with_bad_to_header
1 merge request
!3475
Update version number
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
CMakeLists.txt
with
1 addition
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
acb3792d
...
...
@@ -23,7 +23,7 @@
cmake_minimum_required
(
VERSION 3.22
)
project
(
LibLinphone VERSION 5.
4
.0 LANGUAGES C CXX
)
project
(
LibLinphone VERSION 5.
5
.0 LANGUAGES C CXX
)
set
(
LINPHONE_MAJOR_VERSION
${
PROJECT_VERSION_MAJOR
}
)
set
(
LINPHONE_MINOR_VERSION
${
PROJECT_VERSION_MINOR
}
)
...
...
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets