The current xerces-c released version is 3.1.1 -- the development svn.a.o/xerces/c/trunk still references 3.1.0 in the following files.
Sincerely, Steven J. Hathaway Index: configure.ac =================================================================== --- configure.ac (revision 1424074) +++ configure.ac (working copy) @@ -24,7 +24,7 @@ # AC_PREREQ(2.60) -AC_INIT([xerces-c],[3.1.0]) +AC_INIT([xerces-c],[3.1.1]) AC_CONFIG_SRCDIR([src/Makefile.am]) AC_CONFIG_LIBOBJ_DIR([src]) AC_CONFIG_AUX_DIR([config]) Index: version.incl =================================================================== --- version.incl (revision 1424074) +++ version.incl (working copy) @@ -17,6 +17,6 @@ # # $Id$ # -VER=3_1_0 +VER=3_1_1 INTERFACE_VER_D=3.1 INTERFACE_VER_U=3_1 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
