[Zope-Checkins] SVN: Zope/branches/2.10/inst/ using Python naming scheme

Andreas Jung andreas at andreas-jung.com
Mon Sep 25 10:12:02 EDT 2006


Log message for revision 70365:
  using Python naming scheme
  

Changed:
  U   Zope/branches/2.10/inst/WinBuilders/mk/zope.mk
  U   Zope/branches/2.10/inst/versions.py

-=-
Modified: Zope/branches/2.10/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.10/inst/WinBuilders/mk/zope.mk	2006-09-25 14:08:33 UTC (rev 70364)
+++ Zope/branches/2.10/inst/WinBuilders/mk/zope.mk	2006-09-25 14:12:02 UTC (rev 70365)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.10.0-rc1
+ZOPEVERSION = 2.10.0-c1
 ZOPEDIRNAME := Zope-$(ZOPEVERSION)
 
 ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz

Modified: Zope/branches/2.10/inst/versions.py
===================================================================
--- Zope/branches/2.10/inst/versions.py	2006-09-25 14:08:33 UTC (rev 70364)
+++ Zope/branches/2.10/inst/versions.py	2006-09-25 14:12:02 UTC (rev 70365)
@@ -4,4 +4,4 @@
 
 # always start prerelease branches with '0' to avoid upgrade
 # issues in RPMs
-VERSION_RELEASE_TAG = 'rc1'
+VERSION_RELEASE_TAG = 'c1'



More information about the Zope-Checkins mailing list