You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@locus.apache.org on 2000/07/07 17:04:25 UTC

cvs commit: xml-xalan/c/src Makefile.in

dbertoni    00/07/07 08:04:24

  Modified:    c/src    Makefile.in
  Log:
  Updated library name.
  
  Revision  Changes    Path
  1.7       +4 -1      xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Makefile.in	2000/06/23 22:04:48	1.6
  +++ Makefile.in	2000/07/07 15:04:23	1.7
  @@ -55,6 +55,9 @@
   # 
   #
   # $Log: Makefile.in,v $
  +# Revision 1.7  2000/07/07 15:04:23  dbertoni
  +# Updated library name.
  +#
   # Revision 1.6  2000/06/23 22:04:48  dbertoni
   # Bumped up revision numbers for new Xerces version, and for the next Xalan version.
   #
  @@ -184,7 +187,7 @@
   PROJECT_NAME = xalan-c
   LIBNAME = lib${PROJECT_NAME}
   THISLIB = ${LIB_DIR}/${LIBNAME}
  -VER = 0_31_0
  +VER = 0_40
   
   PRODUCTNAME=xalan
   PRODUCTVERSION=${VER}