From: <sb...@us...> - 2008-02-26 19:43:03
|
Revision: 1356 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1356&view=rev Author: sbalea Date: 2008-02-26 11:43:03 -0800 (Tue, 26 Feb 2008) Log Message: ----------- Increase libtool and package version in configure.ac Modified Paths: -------------- trunk/configure.ac Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2008-02-26 19:41:09 UTC (rev 1355) +++ trunk/configure.ac 2008-02-26 19:43:03 UTC (rev 1356) @@ -3,7 +3,7 @@ AC_PREREQ(2.59) dnl Package version -m4_define(IAXC_VERSION, [2.1-svn]) +m4_define(IAXC_VERSION, [2.x-trunk]) AC_INIT(iaxclient, IAXC_VERSION, [jpg...@gm...]) @@ -15,7 +15,7 @@ dnl Libtool library version IAXC_LT_CURRENT=1 -IAXC_LT_REVISION=0 +IAXC_LT_REVISION=2 IAXC_LT_AGE=0 AC_SUBST(IAXC_LT_CURRENT) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |