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:03:55 UTC

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

aruna1      00/06/01 18:03:55

  Modified:    c/samples Makefile.incl
  Log:
  Modifed version no. to  1_2
  
  Revision  Changes    Path
  1.18      +2 -2      xml-xerces/c/samples/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/Makefile.incl,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Makefile.incl	2000/05/04 02:45:49	1.17
  +++ Makefile.incl	2000/06/02 01:03:55	1.18
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.incl,v 1.17 2000/05/04 02:45:49 aruna1 Exp $
  +# $Id: Makefile.incl,v 1.18 2000/06/02 01:03:55 aruna1 Exp $
   #
   
   ################## LIBRARY NAMES AND DIRECTORIES ##################
  @@ -69,7 +69,7 @@
   LIBNAME=xercesc
   endif
   THISLIB=${LIB_DIR}/${LIBNAME}
  -VER=1_1
  +VER=1_2
   
   LIBRARY_NAMES=-l${LIBNAME}${VER}
   LIBRARY_SEARCH_PATHS=-L${LIB_DIR}