From aad4a6564e1c7aa94d9b7b5ef8128068a697e40a Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Thu, 18 Mar 2010 17:03:29 -0400 Subject: [PATCH] version 0.0.11.1 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 23a19cf..835d80b 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.0.11) -LIBNICE_RELEASE="yes" +AC_INIT(libnice, 0.0.11.1) +LIBNICE_RELEASE="no" AC_CONFIG_SRCDIR([agent/agent.c]) AC_CONFIG_HEADER([config.h]) -- 2.11.4.GIT