Version 0.1.16.1
authorOlivier Crête <olivier.crete@collabora.com>
Thu, 9 May 2019 18:01:07 +0000 (14:01 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Thu, 9 May 2019 18:01:07 +0000 (14:01 -0400)
configure.ac
meson.build

index 2a11c5c..147b033 100644 (file)
@@ -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
 
index cfcf8d5..72f90d7 100644 (file)
@@ -1,5 +1,5 @@
 project('libnice', 'c',
-  version: '0.1.16',
+  version: '0.1.16.1',
   meson_version : '>= 0.49.1',
   default_options : ['warning_level=1', 'buildtype=debugoptimized'])