[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/Z Call ZODB
3.3b2 instead of 3.3c1.
Tim Peters
tim.one at comcast.net
Fri Aug 13 11:27:00 EDT 2004
Log message for revision 27104:
Call ZODB 3.3b2 instead of 3.3c1.
Changed:
U Zope3/branches/ZopeX3-3.0/src/ZEO/__init__.py
U Zope3/branches/ZopeX3-3.0/src/ZEO/version.txt
U Zope3/branches/ZopeX3-3.0/src/ZODB/__init__.py
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/ZEO/__init__.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/ZEO/__init__.py 2004-08-13 15:24:03 UTC (rev 27103)
+++ Zope3/branches/ZopeX3-3.0/src/ZEO/__init__.py 2004-08-13 15:27:00 UTC (rev 27104)
@@ -22,4 +22,4 @@
"""
# The next line must use double quotes, so release.py recognizes it.
-version = "2.3c1"
+version = "2.3b2"
Modified: Zope3/branches/ZopeX3-3.0/src/ZEO/version.txt
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/ZEO/version.txt 2004-08-13 15:24:03 UTC (rev 27103)
+++ Zope3/branches/ZopeX3-3.0/src/ZEO/version.txt 2004-08-13 15:27:00 UTC (rev 27104)
@@ -1 +1 @@
-2.3c1
+2.3b2
Modified: Zope3/branches/ZopeX3-3.0/src/ZODB/__init__.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/ZODB/__init__.py 2004-08-13 15:24:03 UTC (rev 27103)
+++ Zope3/branches/ZopeX3-3.0/src/ZODB/__init__.py 2004-08-13 15:27:00 UTC (rev 27104)
@@ -13,7 +13,7 @@
##############################################################################
# The next line must use double quotes, so release.py recognizes it.
-__version__ = "3.3c1"
+__version__ = "3.3b2"
import sys
import __builtin__
More information about the Zope3-Checkins
mailing list