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/01/18 01:01:42 UTC

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

aruna1      00/01/17 16:01:42

  Modified:    c/samples Makefile.incl
  Log:
  Changed version number
  
  Revision  Changes    Path
  1.7       +4 -1      xml-xerces/c/samples/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/Makefile.incl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Makefile.incl	1999/12/21 00:16:12	1.6
  +++ Makefile.incl	2000/01/18 00:01:42	1.7
  @@ -55,6 +55,9 @@
   # 
   #
   # $Log: Makefile.incl,v $
  +# Revision 1.7  2000/01/18 00:01:42  aruna1
  +# Changed version number
  +#
   # Revision 1.6  1999/12/21 00:16:12  aruna1
   # ICUROOT reference removed from samples
   #
  @@ -81,7 +84,7 @@
   LIB_DIR=${XERCESCROOT}/lib
   LIBNAME=xerces-c
   THISLIB=${LIB_DIR}/${LIBNAME}
  -VER=1_0
  +VER=1_1
   
   LIBRARY_NAMES=-l${LIBNAME}${VER}
   LIBRARY_SEARCH_PATHS=-L${LIB_DIR}