From 20564ac89c2ddbc1318569fdabf5c410070e6b37 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Fri, 13 Dec 2013 15:50:36 +0100 Subject: [PATCH] Changed the configure.ac to reflect the new tag version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dc473517e..eab2fbe0a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([linphone],[3.6.99],[linphone-developers@nongnu.org]) +AC_INIT([linphone],[3.6.99-liphone-daemon],[linphone-developers@nongnu.org]) AC_CANONICAL_SYSTEM AC_CONFIG_SRCDIR([coreapi/linphonecore.c])