[Python-checkins] r53496 - python/branches/release25-maint/Tools/msi/uuids.py

martin.v.loewis python-checkins at python.org
Fri Jan 19 19:01:16 CET 2007


Author: martin.v.loewis
Date: Fri Jan 19 19:01:16 2007
New Revision: 53496

Modified:
   python/branches/release25-maint/Tools/msi/uuids.py
Log:
Add UUIDs for 2.5.1 and 2.5.2

Modified: python/branches/release25-maint/Tools/msi/uuids.py
==============================================================================
--- python/branches/release25-maint/Tools/msi/uuids.py	(original)
+++ python/branches/release25-maint/Tools/msi/uuids.py	Fri Jan 19 19:01:16 2007
@@ -31,4 +31,8 @@
     '2.5.121': '{8e9321bc-6b24-48a3-8fd4-c95f8e531e5f}', # 2.5c1
     '2.5.122': '{a6cd508d-9599-45da-a441-cbffa9f7e070}', # 2.5c2
     '2.5.150': '{0a2c5854-557e-48c8-835a-3b9f074bdcaa}', # 2.5.0
+    '2.5.1121':'{0378b43e-6184-4c2f-be1a-4a367781cd54}', # 2.5.1c1
+    '2.5.1150':'{31800004-6386-4999-a519-518f2d78d8f0}', # 2.5.1
+    '2.5.2150':'{6304a7da-1132-4e91-a343-a296269eab8a}', # 2.5.2c1
+    '2.5.2150':'{6b976adf-8ae8-434e-b282-a06c7f624d2f}', # 2.5.2
 }


More information about the Python-checkins mailing list