You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@locus.apache.org on 2000/06/28 18:43:42 UTC

cvs commit: xml-xalan make.include

curcuru     00/06/28 09:43:38

  Modified:    .        make.include
  Log:
  Update version number to 1.1
  
  Revision  Changes    Path
  1.11      +1 -1      xml-xalan/make.include
  
  Index: make.include
  ===================================================================
  RCS file: /home/cvs/xml-xalan/make.include,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- make.include	2000/03/16 20:19:45	1.10
  +++ make.include	2000/06/28 16:43:33	1.11
  @@ -30,7 +30,7 @@
   # Build-specific tools and flags definitions
   ###########################################################
   PRODUCT_NAME := xalan
  -VERSION      = _1_1_D01
  +VERSION      = _1_1
   JARNAME      = $(PRODUCT_NAME)$(JARX)
   JARDISTNAME  = $(PRODUCT_NAME)-j$(VERSION)$(JARX)
   TARDISTNAME  = $(PRODUCT_NAME)-j$(VERSION)$(TARX)