summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2019-05-09 13:18:13 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2019-05-09 13:37:36 -0400
commit5969b34e3acd9150506ed8d9d109c73665858f3e (patch)
tree4835bc06a6783d2bad763f968b19d50028fb4a35 /meson.build
parent885526bf11f142507b9e1dceaffd381c2e98876a (diff)
downloadlibnice-0c9ff9a7a94fffb3c57efdcc7a601fe183adfa01.tar.gz
Version 0.1.160.1.16
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 2efb176..cfcf8d5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libnice', 'c',
- version: '0.1.15.1',
+ version: '0.1.16',
meson_version : '>= 0.49.1',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
@@ -16,7 +16,7 @@ endif
# maintain compatibility with the previous libtool versioning
soversion = 10
-libversion = '10.8.0'
+libversion = '10.9.0'
glib_req = '>= 2.48'
gnutls_req = '>= 2.12.0'