summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2024-03-04 15:12:14 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2024-03-04 15:12:14 -0500
commitae3eb16fd7d1237353bf64e899c612b8a63bca8a (patch)
treef2c1e39be29af1c0cd5c360130ba11cc273af610 /meson.build
parent4d14e613caabfd660250ce69ca49eb987999fec2 (diff)
version 0.1.220.1.22latest-release
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 4faffb4..badce49 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libnice', 'c',
- version: '0.1.21.1',
+ version: '0.1.22',
meson_version : '>= 0.52',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
@@ -20,7 +20,7 @@ endif
# B is the ABI age, change it on new APIs that don't break existing ones, changing it resets C to 0
# C is the revision, change on new updates that don't change APIs
soversion = 10
-libversion = '10.13.1'
+libversion = '10.14.0'
glib_req = '>= 2.54'
gnutls_req = '>= 2.12.0'