[Zope3-checkins] SVN: Zope3/trunk/src/Z ZODB 3.3c1 has been renamed
to 3.3b2.
Tim Peters
tim.one at comcast.net
Fri Aug 13 11:35:07 EDT 2004
Log message for revision 27106:
ZODB 3.3c1 has been renamed to 3.3b2.
Changed:
U Zope3/trunk/src/ZEO/__init__.py
U Zope3/trunk/src/ZEO/version.txt
U Zope3/trunk/src/ZODB/__init__.py
-=-
Modified: Zope3/trunk/src/ZEO/__init__.py
===================================================================
--- Zope3/trunk/src/ZEO/__init__.py 2004-08-13 15:29:24 UTC (rev 27105)
+++ Zope3/trunk/src/ZEO/__init__.py 2004-08-13 15:35:07 UTC (rev 27106)
@@ -22,4 +22,4 @@
"""
# The next line must use double quotes, so release.py recognizes it.
-version = "2.3c1"
+version = "2.3b2"
Modified: Zope3/trunk/src/ZEO/version.txt
===================================================================
--- Zope3/trunk/src/ZEO/version.txt 2004-08-13 15:29:24 UTC (rev 27105)
+++ Zope3/trunk/src/ZEO/version.txt 2004-08-13 15:35:07 UTC (rev 27106)
@@ -1 +1 @@
-2.3c1
+2.3b2
Modified: Zope3/trunk/src/ZODB/__init__.py
===================================================================
--- Zope3/trunk/src/ZODB/__init__.py 2004-08-13 15:29:24 UTC (rev 27105)
+++ Zope3/trunk/src/ZODB/__init__.py 2004-08-13 15:35:07 UTC (rev 27106)
@@ -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