diff --git a/samples/Makefile.incl b/samples/Makefile.incl
index 31b8218394e026484ff8618e5277520aedd22521..774c48fc4e78c53537cfca8d99ce63ac8d76e331 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 0cfa941fa14c796e9d7efccc3fa44cf96998660a..325c8f399b484f6c1012bc4fe1484d6249793a43 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 69b525aae6a2a4f03a3f31f1a550726722305f47..dc1aadecfeb437d83a10a250248600b7b95e97f2 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}