From 8a6b7420c42ff11f697ba0fdb86ae0c60473cc8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Thu, 27 Dec 2018 16:54:17 -0600 Subject: [PATCH] Version 0.1.15.1 --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a5da5a83..8b6f3cce 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ 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.15]) +AC_INIT([libnice],[0.1.15.1]) LIBNICE_RELEASE="no" AC_CANONICAL_TARGET diff --git a/meson.build b/meson.build index 920b9707..c9053991 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libnice', 'c', - version: '0.1.15', + version: '0.1.15.1', meson_version : '>= 0.49.0', default_options : ['warning_level=1', 'buildtype=debugoptimized']) -- GitLab