expat configure.in,1.34,1.35
"Fred L. Drake" <[email protected]>
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat In directory sc8-pr-cvs1:/tmp/cvs-serv2572 Modified Files: configure.in Log Message: Update the library version properly this time. Index: configure.in =================================================================== RCS file: /cvsroot/expat/expat/configure.in,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- configure.in 15 Jul 2003 15:20:34 -0000 1.34 +++ configure.in 15 Jul 2003 17:29:42 -0000 1.35 @@ -44,8 +44,8 @@ dnl If the API changes incompatibly set LIBAGE back to 0 dnl -LIBCURRENT=4 -LIBREVISION=1 +LIBCURRENT=5 +LIBREVISION=0 LIBAGE=5 AC_CONFIG_HEADER(expat_config.h)