[Python-checkins] r67662 - python/branches/py3k/Tools/msi/uuids.py

martin.v.loewis python-checkins at python.org
Mon Dec 8 12:23:22 CET 2008


Author: martin.v.loewis
Date: Mon Dec  8 12:23:22 2008
New Revision: 67662

Log:
Add UUIDs for 3.0.1 and 3.0.2.


Modified:
   python/branches/py3k/Tools/msi/uuids.py

Modified: python/branches/py3k/Tools/msi/uuids.py
==============================================================================
--- python/branches/py3k/Tools/msi/uuids.py	(original)
+++ python/branches/py3k/Tools/msi/uuids.py	Mon Dec  8 12:23:22 2008
@@ -63,4 +63,8 @@
     '3.0.122': '{f707b8e9-a257-4045-818e-4923fc20fbb6}', # 3.0c2
     '3.0.123': '{5e7208f1-8643-4ea2-ab5e-4644887112e3}', # 3.0c3
     '3.0.150': '{e0e56e21-55de-4f77-a109-1baa72348743}', # 3.0.0
+    '3.1.1121':'{d35b1ea5-3d70-4872-bf7e-cd066a77a9c9}', # 3.0.1c1
+    '3.1.1150':'{de2f2d9c-53e2-40ee-8209-74da63cb060e}', # 3.0.1
+    '3.1.2121':'{cef79e7f-9809-49e2-afd2-e24148d7c855}', # 3.0.2c1
+    '3.1.2150':'{0cf3b95a-8382-4607-9779-c36407ff362c}', # 3.0.2
 }


More information about the Python-checkins mailing list