You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/06/02 03:04:33 UTC

cvs commit: xml-xerces/c/tests Makefile.incl

aruna1      00/06/01 18:04:33

  Modified:    c/tests  Makefile.incl
  Log:
  Modifed version no. to  1_2
  
  Revision  Changes    Path
  1.6       +4 -1      xml-xerces/c/tests/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/Makefile.incl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.incl	2000/04/04 20:10:16	1.5
  +++ Makefile.incl	2000/06/02 01:04:32	1.6
  @@ -55,6 +55,9 @@
   #
   #
   # $Log: Makefile.incl,v $
  +# 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 @@
   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}