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:15 UTC

cvs commit: xml-xerces/c/obj Makefile.in

aruna1      00/01/17 16:01:15

  Modified:    c/obj    Makefile.in
  Log:
  Changed version number
  
  Revision  Changes    Path
  1.8       +4 -1      xml-xerces/c/obj/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/obj/Makefile.in,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Makefile.in	1999/12/20 23:04:51	1.7
  +++ Makefile.in	2000/01/18 00:01:15	1.8
  @@ -55,6 +55,9 @@
   # 
   #
   # $Log: Makefile.in,v $
  +# Revision 1.8  2000/01/18 00:01:15  aruna1
  +# Changed version number
  +#
   # Revision 1.7  1999/12/20 23:04:51  aruna1
   # "transcoder information transferred"
   #
  @@ -119,7 +122,7 @@
   endif
   LIBNAME=libxerces-c
   THISLIB=${LIB}/${LIBNAME}
  -VER=1_0
  +VER=1_1
   
   ALL_OBJECTS_DIR=${XERCESCROOT}/obj
   ALL_OBJECTS=$(wildcard $(ALL_OBJECTS_DIR)/*.o)