From 4a7f2227cddefa978e2477dbc29ea7f8523dcf72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Tue, 7 Apr 2015 11:34:00 +0200 Subject: [PATCH] Change PACKAGE_VERSION from "3.8.1" to "3.8.1-linphone-daemon" --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2187e754a..bc543c936 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.8.1],[linphone-developers@nongnu.org]) +AC_INIT([linphone],[3.8.1-linphone-daemon],[linphone-developers@nongnu.org]) AC_CANONICAL_SYSTEM AC_CONFIG_SRCDIR([coreapi/linphonecore.c])