[Zope-Checkins] SVN: Zope/branches/2.9/inst/versions.py don't use
'final'
Andreas Jung
andreas at andreas-jung.com
Sat Jan 7 07:13:07 EST 2006
Log message for revision 41181:
don't use 'final'
Changed:
U Zope/branches/2.9/inst/versions.py
-=-
Modified: Zope/branches/2.9/inst/versions.py
===================================================================
--- Zope/branches/2.9/inst/versions.py 2006-01-07 12:06:53 UTC (rev 41180)
+++ Zope/branches/2.9/inst/versions.py 2006-01-07 12:13:07 UTC (rev 41181)
@@ -4,4 +4,4 @@
# always start prerelease branches with '0' to avoid upgrade
# issues in RPMs
-VERSION_RELEASE_TAG = 'final'
+VERSION_RELEASE_TAG = ''
More information about the Zope-Checkins
mailing list