From 7276441cf8d80b45680615ddf3e4d3506697ec68 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Thu, 28 Oct 2010 17:24:28 +0200 Subject: [PATCH] update version number --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fd84dfb58..93f4f1b00 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.3.99.8],[linphone-developers@nongnu.org]) +AC_INIT([linphone],[3.3.99.9],[linphone-developers@nongnu.org]) AC_CANONICAL_SYSTEM AC_CONFIG_SRCDIR([coreapi/linphonecore.c])