From a8b1e2e617b89f32e5a8aa2683c0a250cb9c9672 Mon Sep 17 00:00:00 2001 From: "Unknown (aruna1)" <dev-null@apache.org> Date: Fri, 2 Jun 2000 01:04:32 +0000 Subject: [PATCH] Modifed version no. to 1_2 git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172144 13f79535-47bb-0310-9956-ffa450edef68 --- samples/Makefile.incl | 2 +- src/Makefile.in | 2 +- tests/Makefile.incl | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/samples/Makefile.incl b/samples/Makefile.incl index 31b821839..774c48fc4 100644 --- a/samples/Makefile.incl +++ b/samples/Makefile.incl @@ -69,7 +69,7 @@ else LIBNAME=xercesc endif THISLIB=${LIB_DIR}/${LIBNAME} -VER=1_1 +VER=1_2 LIBRARY_NAMES=-l${LIBNAME}${VER} LIBRARY_SEARCH_PATHS=-L${LIB_DIR} diff --git a/src/Makefile.in b/src/Makefile.in index 0cfa941fa..325c8f399 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -86,7 +86,7 @@ VALIDATORS_DTD_DIR = validators/DTD LIBNAME = libxerces-c THISLIB = ${XML_LIB_DIR}/${LIBNAME} -VER = 1_1 +VER = 1_2 #all these setting come from the arguments passed in to runConfigure. PLATFORM = @platform@ diff --git a/tests/Makefile.incl b/tests/Makefile.incl index 69b525aae..dc1aadecf 100644 --- a/tests/Makefile.incl +++ b/tests/Makefile.incl @@ -55,6 +55,9 @@ # # # $Log$ +# Revision 1.6 2000/06/02 01:04:32 aruna1 +# Modifed version no. to 1_2 +# # Revision 1.5 2000/04/04 20:10:16 abagchi # Added PTX support # @@ -83,7 +86,7 @@ INCLUDES= -I. -I${XERCESCROOT}/include LIB_DIR=${XERCESCROOT}/lib LIBNAME=xerces-c THISLIB=${LIB_DIR}/${LIBNAME} -VER=1_1 +VER=1_2 LIBRARY_NAMES=-l${LIBNAME}${VER} LIBRARY_SEARCH_PATHS=-L${LIB_DIR} -- GitLab