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/03 01:46:10 UTC

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

aruna1      00/06/02 16:46:10

  Modified:    c/obj    Makefile.in
  Log:
  Changed version no. to 1_2
  
  Revision  Changes    Path
  1.15      +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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Makefile.in	2000/04/17 22:25:43	1.14
  +++ Makefile.in	2000/06/02 23:46:10	1.15
  @@ -55,6 +55,9 @@
   #
   #
   # $Log: Makefile.in,v $
  +# Revision 1.15  2000/06/02 23:46:10  aruna1
  +# Changed version no. to 1_2
  +#
   # Revision 1.14  2000/04/17 22:25:43  abagchi
   # Follow the SMP/E procedures for the OS/390 BATCH install
   #
  @@ -144,7 +147,7 @@
   LIBNAME=libxercesc
   endif
   THISLIB=${LIB}/${LIBNAME}
  -VER=1_1
  +VER=1_2
   
   ALL_OBJECTS=$(wildcard $(XML_OBJ_DIR)/*.o)