diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2015-04-22 21:13:24 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2015-04-22 21:13:32 -0400 |
commit | d36a42f1e110fe04daaf754fc7dff2d5d022acfa (patch) | |
tree | abd8f31a3ac71860b19b4b76716e97a0e6f9c7bd /configure.ac | |
parent | f79bdd963686e8f3103e4675a16773c6c8d994e6 (diff) | |
download | libnice-d36a42f1e110fe04daaf754fc7dff2d5d022acfa.tar.gz |
Version 0.1.12.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 46490d4..5961bc3 100644 --- a/configure.ac +++ b/configure.ac @@ -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.12]) -LIBNICE_RELEASE="yes" +AC_INIT([libnice],[0.1.12.1]) +LIBNICE_RELEASE="no" AC_CANONICAL_TARGET |