[Zope-Checkins] SVN: Zope/branches/2.9/ 2.9.0b2

Andreas Jung andreas at andreas-jung.com
Fri Dec 23 12:35:12 EST 2005


Log message for revision 40995:
  2.9.0b2
  

Changed:
  U   Zope/branches/2.9/doc/CHANGES.txt
  U   Zope/branches/2.9/inst/WinBuilders/mk/zope.mk
  U   Zope/branches/2.9/inst/versions.py

-=-
Modified: Zope/branches/2.9/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.9/doc/CHANGES.txt	2005-12-23 17:33:31 UTC (rev 40994)
+++ Zope/branches/2.9/doc/CHANGES.txt	2005-12-23 17:35:11 UTC (rev 40995)
@@ -23,7 +23,7 @@
    - Collector #1233: port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
 
 
-  after Zope 2.9.0 beta 1
+  Zope 2.9.0 beta 2 (2005/12/24)
 
     Bugs fixed
 

Modified: Zope/branches/2.9/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.9/inst/WinBuilders/mk/zope.mk	2005-12-23 17:33:31 UTC (rev 40994)
+++ Zope/branches/2.9/inst/WinBuilders/mk/zope.mk	2005-12-23 17:35:11 UTC (rev 40995)
@@ -3,7 +3,7 @@
 REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
                $(ZOPE_REQUIRED_FILES)
 
-ZOPEVERSION=2.9.0-b1
+ZOPEVERSION=2.9.0-b2
 ZOPEDIRNAME=Zope-$(ZOPEVERSION)
 
 MAKEZOPE="$(MAKEFILEDIR)/bin/makezope.bat" "$(WIN_BUILD_DIR)"

Modified: Zope/branches/2.9/inst/versions.py
===================================================================
--- Zope/branches/2.9/inst/versions.py	2005-12-23 17:33:31 UTC (rev 40994)
+++ Zope/branches/2.9/inst/versions.py	2005-12-23 17:35:11 UTC (rev 40995)
@@ -4,4 +4,4 @@
 
 # always start prerelease branches with '0' to avoid upgrade
 # issues in RPMs
-VERSION_RELEASE_TAG = 'b1'
+VERSION_RELEASE_TAG = 'b2'



More information about the Zope-Checkins mailing list