[Expat-checkins] expat configure.in,1.40,1.41
Karl Waclawek
kwaclaw at users.sourceforge.net
Wed Jan 11 02:10:51 CET 2006
Update of /cvsroot/expat/expat
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5616
Modified Files:
configure.in
Log Message:
Updated libtool version info.
Index: configure.in
===================================================================
RCS file: /cvsroot/expat/expat/configure.in,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- configure.in 28 Jan 2005 06:32:30 -0000 1.40
+++ configure.in 11 Jan 2006 01:10:46 -0000 1.41
@@ -25,8 +25,8 @@
dnl GNU M4 to test it right now.
define([expat_version], ifdef([__gnu__],
[esyscmd(conftools/get-version.sh lib/expat.h)],
- [1.95.x]))
-AC_INIT(expat, expat_version, expat-bugs at mail.libexpat.org)
+ [2.0.x]))
+AC_INIT(expat, expat_version, expat-bugs at libexpat.org)
undefine([expat_version])
AC_CONFIG_SRCDIR(Makefile.in)
@@ -44,7 +44,7 @@
dnl If the API changes incompatibly set LIBAGE back to 0
dnl
-LIBCURRENT=5
+LIBCURRENT=6
LIBREVISION=0
LIBAGE=5
More information about the Expat-checkins
mailing list