From 78a1099cf2ecf71f82a6948ead8ea512fe0199e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Fri, 14 Sep 2012 12:54:01 -0400 Subject: [PATCH] version 0.1.3.1 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b04c504..ac6360e 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ AC_PREREQ(2.59c) dnl releases only do -Wall, cvs and prerelease does -Werror too dnl use a three digit version number for releases, and four for cvs/prerelease -AC_INIT(libnice, 0.1.3) -LIBNICE_RELEASE="yes" +AC_INIT(libnice, 0.1.3.1) +LIBNICE_RELEASE="no" AC_CANONICAL_SYSTEM -- 2.11.4.GIT