[Checkins] SVN: CMF/tags/wichert-cmf2.1beta-plone-3.0b2/ Update version numbers

Wichert Akkerman wichert at wiggy.net
Wed May 2 11:15:05 EDT 2007


Log message for revision 75010:
  Update version numbers

Changed:
  U   CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFActionIcons/version.txt
  U   CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFCalendar/version.txt
  U   CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFCore/version.txt
  U   CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFDefault/version.txt
  U   CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFTopic/version.txt
  U   CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFUid/version.txt
  U   CMF/tags/wichert-cmf2.1beta-plone-3.0b2/DCWorkflow/version.txt
  U   CMF/tags/wichert-cmf2.1beta-plone-3.0b2/slurp_release.py

-=-
Modified: CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFActionIcons/version.txt
===================================================================
--- CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFActionIcons/version.txt	2007-05-02 15:01:40 UTC (rev 75009)
+++ CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFActionIcons/version.txt	2007-05-02 15:15:04 UTC (rev 75010)
@@ -1 +1 @@
-CMF-2.1.0-beta
+-CMF-2.1.0-beta-plone-3.0b2

Modified: CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFCalendar/version.txt
===================================================================
--- CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFCalendar/version.txt	2007-05-02 15:01:40 UTC (rev 75009)
+++ CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFCalendar/version.txt	2007-05-02 15:15:04 UTC (rev 75010)
@@ -1 +1 @@
-CMF-2.1.0-beta
+-CMF-2.1.0-beta-plone-3.0b2

Modified: CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFCore/version.txt
===================================================================
--- CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFCore/version.txt	2007-05-02 15:01:40 UTC (rev 75009)
+++ CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFCore/version.txt	2007-05-02 15:15:04 UTC (rev 75010)
@@ -1 +1 @@
-CMF-2.1.0-beta
+-CMF-2.1.0-beta-plone-3.0b2

Modified: CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFDefault/version.txt
===================================================================
--- CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFDefault/version.txt	2007-05-02 15:01:40 UTC (rev 75009)
+++ CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFDefault/version.txt	2007-05-02 15:15:04 UTC (rev 75010)
@@ -1 +1 @@
-CMF-2.1.0-beta
+-CMF-2.1.0-beta-plone-3.0b2

Modified: CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFTopic/version.txt
===================================================================
--- CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFTopic/version.txt	2007-05-02 15:01:40 UTC (rev 75009)
+++ CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFTopic/version.txt	2007-05-02 15:15:04 UTC (rev 75010)
@@ -1 +1 @@
-CMF-2.1.0-beta
+-CMF-2.1.0-beta-plone-3.0b2

Modified: CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFUid/version.txt
===================================================================
--- CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFUid/version.txt	2007-05-02 15:01:40 UTC (rev 75009)
+++ CMF/tags/wichert-cmf2.1beta-plone-3.0b2/CMFUid/version.txt	2007-05-02 15:15:04 UTC (rev 75010)
@@ -1 +1 @@
-CMF-2.1.0-beta
+-CMF-2.1.0-beta-plone-3.0b2

Modified: CMF/tags/wichert-cmf2.1beta-plone-3.0b2/DCWorkflow/version.txt
===================================================================
--- CMF/tags/wichert-cmf2.1beta-plone-3.0b2/DCWorkflow/version.txt	2007-05-02 15:01:40 UTC (rev 75009)
+++ CMF/tags/wichert-cmf2.1beta-plone-3.0b2/DCWorkflow/version.txt	2007-05-02 15:15:04 UTC (rev 75010)
@@ -1 +1 @@
-CMF-2.1.0-beta
+-CMF-2.1.0-beta-plone-3.0b2

Modified: CMF/tags/wichert-cmf2.1beta-plone-3.0b2/slurp_release.py
===================================================================
--- CMF/tags/wichert-cmf2.1beta-plone-3.0b2/slurp_release.py	2007-05-02 15:01:40 UTC (rev 75009)
+++ CMF/tags/wichert-cmf2.1beta-plone-3.0b2/slurp_release.py	2007-05-02 15:15:04 UTC (rev 75010)
@@ -36,7 +36,7 @@
 
         """ Create tarball and zipfile for release.
         """
-        tar_command = ( '/bin/tar czf %s.tar.gz %s'
+        tar_command = ( '/usr/bin/tar czf %s.tar.gz %s'
                       % ( self._version_id, self._version_id ) )
 
         zip_command = ( '/usr/bin/zip -r %s.zip %s'



More information about the Checkins mailing list