fix version number declaration

This commit is contained in:
Simon Morlat 2012-08-03 13:44:43 +02:00
parent 5f2640d57a
commit a58b548331

View file

@ -1,8 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl Keep this line, it is parsed by Android Makefile
LINPHONE_VERSION=3.5.2
AC_INIT([linphone],[$LINPHONE_VERSION],[linphone-developers@nongnu.org])
AC_INIT([linphone],[3.5.2],[linphone-developers@nongnu.org])
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR([coreapi/linphonecore.c])