[Zope-Checkins] SVN: Zope/tags/Zope-2-8-0/inst/WinBuilders/mk/zope.mk ZOPEVERSION didn't match the name of the tarball ==

Tim Peters tim.one at comcast.net
Sun Jun 12 12:35:56 EDT 2005


Log message for revision 30774:
  ZOPEVERSION didn't match the name of the tarball ==
  the name of the tarball's top-level directory.  This
  prevented making a Windows installer from the 2.8.0
  tag.
  

Changed:
  U   Zope/tags/Zope-2-8-0/inst/WinBuilders/mk/zope.mk

-=-
Modified: Zope/tags/Zope-2-8-0/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/tags/Zope-2-8-0/inst/WinBuilders/mk/zope.mk	2005-06-12 14:34:33 UTC (rev 30773)
+++ Zope/tags/Zope-2-8-0/inst/WinBuilders/mk/zope.mk	2005-06-12 16:35:56 UTC (rev 30774)
@@ -3,7 +3,7 @@
 REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
                $(ZOPE_REQUIRED_FILES)
 
-ZOPEVERSION=2.8.0
+ZOPEVERSION=2.8.0-final
 ZOPEDIRNAME=Zope-$(ZOPEVERSION)
 
 MAKEZOPE="$(MAKEFILEDIR)/bin/makezope.bat" "$(WIN_BUILD_DIR)"



More information about the Zope-Checkins mailing list