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

martin.v.loewis python-3000-checkins at python.org
Sat Nov 22 17:13:42 CET 2008


Author: martin.v.loewis
Date: Sat Nov 22 17:13:41 2008
New Revision: 67340

Log:
Add 3.0rc3 UUID.

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	Sat Nov 22 17:13:41 2008
@@ -58,5 +58,6 @@
     '3.0.114': '{e95c31af-69be-4dd7-96e6-e5fc85e660e6}', # 3.0b4
     '3.0.121': '{d0979c5e-cd3c-42ec-be4c-e294da793573}', # 3.0c1
     '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
 }


More information about the Python-3000-checkins mailing list