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
bzrtp
Commits
89519566
Commit
89519566
authored
3 years ago
by
Sylvain Berfini
Browse files
Options
Download
Patches
Plain Diff
Bumped project version
parent
e7a4a67f
master
feature/bzrtp_friends
feature/merge-5.1
feature/video_conf_mix_master
fix/nix-build
merge/release/5.3
release/5.0
release/5.1
release/5.2
release/5.3
release/5.4
test/dummy_change_to_trigger_tester_launch
tmp/pq
5.5.0-alpha
5.4.0
5.4.0-beta
5.4.0-alpha
5.3.106
5.3.105
5.3.104
5.3.102
5.3.101
5.3.100
5.3.99
5.3.97
5.3.96
5.3.95
5.3.94
5.3.93
5.3.92
5.3.90
5.3.89
5.3.88
5.3.87
5.3.86
5.3.85
5.3.84
5.3.83
5.3.81
5.3.79
5.3.77
5.3.74
5.3.73
5.3.72
5.3.71
5.3.70
5.3.69
5.3.67
5.3.65
5.3.64
5.3.63
5.3.62
5.3.61
5.3.60
5.3.59
5.3.58
5.3.57
5.3.56
5.3.55
5.3.54
5.3.53
5.3.52
5.3.51
5.3.50
5.3.49
5.3.46
5.3.45
5.3.44
5.3.42
5.3.41
5.3.38
5.3.37
5.3.36
5.3.35
5.3.34
5.3.33
5.3.29
5.3.27
5.3.26
5.3.25
5.3.24
5.3.23
5.3.22
5.3.21
5.3.19
5.3.18
5.3.15
5.3.13
5.3.12
5.3.11
5.3.10
5.3.7
5.3.6
5.3.5
5.3.4
5.3.3
5.3.1
5.3.0
5.3.0-beta
5.3.0-alpha
5.2.114
5.2.113
5.2.112
5.2.111
5.2.109
5.2.108
5.2.107
5.2.106
5.2.105
5.2.102
5.2.100
5.2.98
5.2.97
5.2.95
5.2.94
5.2.93
5.2.91
5.2.89
5.2.86
5.2.85
5.2.83
5.2.73
5.2.71
5.2.70
5.2.64
5.2.63
5.2.58
5.2.57
5.2.54
5.2.53
5.2.52
5.2.51
5.2.49
5.2.45
5.2.37
5.2.32
5.2.30
5.2.29
5.2.28
5.2.27
5.2.26
5.2.25
5.2.23
5.2.22
5.2.21
5.2.16
5.2.12
5.2.11
5.2.9
5.2.6
5.2.5
5.2.4
5.2.2
5.2.0
5.2.0-alpha
5.1.72
5.1.71
5.1.67
5.1.66
5.1.64
5.1.61
5.1.58
5.1.55
5.1.51
5.1.45
5.1.44
5.1.32
5.1.31
5.1.12
5.1.10
5.1.3
5.1.2
5.1.0
5.1.0-alpha
5.0.71
5.0.70
5.0.68
5.0.67
5.0.66
5.0.63
5.0.62
5.0.61
5.0.58
5.0.55
5.0.53
5.0.51
5.0.50
5.0.49
5.0.46
5.0.44
5.0.37
5.0.36
5.0.32
5.0.28
5.0.27
5.0.26
5.0.24
5.0.23
5.0.22
5.0.18
5.0.16
5.0.15
5.0.13
5.0.11
5.0.8
5.0.5
5.0.0
5.0.0-alpha
1 merge request
!20
Bumped project version
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 @
89519566
...
...
@@ -22,7 +22,7 @@
cmake_minimum_required
(
VERSION 3.1
)
project
(
bzrtp VERSION
4.5
.0 LANGUAGES C CXX
)
project
(
bzrtp VERSION
5.0
.0 LANGUAGES C CXX
)
option
(
ENABLE_SHARED
"Build shared library."
YES
)
option
(
ENABLE_STATIC
"Build static library."
YES
)
...
...
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