]> sjero.net Git - linphone/commitdiff
fix version number declaration
authorSimon Morlat <simon.morlat@linphone.org>
Fri, 3 Aug 2012 11:44:43 +0000 (13:44 +0200)
committerSimon Morlat <simon.morlat@linphone.org>
Fri, 3 Aug 2012 11:44:43 +0000 (13:44 +0200)
configure.ac

index 8dbf90482d735da3097d8d42b000c655f7bd709e..235fb79b187ac514daf1af5ef09daf29485a35d3 100644 (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])