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
Olivier Crête
libnice
Commits
563bee29
Commit
563bee29
authored
May 09, 2019
by
Olivier Crête
Browse files
Version 0.1.16.1
parent
5969b34e
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
563bee29
...
...
@@ -5,8 +5,8 @@ dnl Always compile with -Wall; if --enable-compile-warnings=error is passed,
dnl also use -Werror. git and pre-releases default to -Werror
dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT([libnice],[0.1.16])
LIBNICE_RELEASE="
yes
"
AC_INIT([libnice],[0.1.16
.1
])
LIBNICE_RELEASE="
no
"
AC_CANONICAL_TARGET
...
...
meson.build
View file @
563bee29
project
(
'libnice'
,
'c'
,
version
:
'0.1.16'
,
version
:
'0.1.16
.1
'
,
meson_version
:
'>= 0.49.1'
,
default_options
:
[
'warning_level=1'
,
'buildtype=debugoptimized'
])
...
...
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