[Python-checkins] r78931 - python/branches/release26-maint/Tools/msi/uuids.py

martin.v.loewis python-checkins at python.org
Sat Mar 13 18:45:27 CET 2010


Author: martin.v.loewis
Date: Sat Mar 13 18:45:27 2010
New Revision: 78931

Log:
Add 2.6.5rc2.

Modified:
   python/branches/release26-maint/Tools/msi/uuids.py

Modified: python/branches/release26-maint/Tools/msi/uuids.py
==============================================================================
--- python/branches/release26-maint/Tools/msi/uuids.py	(original)
+++ python/branches/release26-maint/Tools/msi/uuids.py	Sat Mar 13 18:45:27 2010
@@ -56,5 +56,6 @@
     '2.6.4122':'{4f7603c6-6352-4299-a398-150a31b19acc}', # 2.6.4c2
     '2.6.4150':'{e7394a0f-3f80-45b1-87fc-abcd51893246}', # 2.6.4
     '2.6.5121':'{e0e273d7-7598-4701-8325-c90c069fd5ff}', # 2.6.5c1
+    '2.6.5122':'{fa227b76-0671-4dc6-b826-c2ff2a70dfd5}', # 2.6.5c2
     '2.6.5150':'{4723f199-fa64-4233-8e6e-9fccc95a18ee}', # 2.6.5
 }


More information about the Python-checkins mailing list