[Expat-checkins] expat configure.in,1.30,1.31

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed Jun 12 12:47:10 2002


Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv6554

Modified Files:
	configure.in 
Log Message:
Update the DLL version numbering since the API has expanded in a
backward-compatible way.


Index: configure.in
===================================================================
RCS file: /cvsroot/expat/expat/configure.in,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- configure.in	31 May 2002 21:31:12 -0000	1.30
+++ configure.in	12 Jun 2002 19:46:53 -0000	1.31
@@ -44,9 +44,9 @@
 dnl If the API changes incompatibly set LIBAGE back to 0
 dnl
 
-LIBCURRENT=2
+LIBCURRENT=3
 LIBREVISION=0
-LIBAGE=2
+LIBAGE=3
 
 AC_CONFIG_HEADER(expat_config.h)