[Python-checkins] r43263 - python/trunk/Tools/msi/msi.py

martin.v.loewis python-checkins at python.org
Thu Mar 23 20:21:53 CET 2006


Author: martin.v.loewis
Date: Thu Mar 23 20:21:52 2006
New Revision: 43263

Modified:
   python/trunk/Tools/msi/msi.py
Log:
Forward port of 43262: Add 2.4.3 UUIDs.

Modified: python/trunk/Tools/msi/msi.py
==============================================================================
--- python/trunk/Tools/msi/msi.py	(original)
+++ python/trunk/Tools/msi/msi.py	Thu Mar 23 20:21:52 2006
@@ -84,6 +84,8 @@
     '2.4.1150':'{4d4f5346-7e4a-40b5-9387-fdb6181357fc}', # 2.4.1
     '2.4.2121':'{5ef9d6b6-df78-45d2-ab09-14786a3c5a99}', # 2.4.2c1
     '2.4.2150':'{b191e49c-ea23-43b2-b28a-14e0784069b8}', # 2.4.2
+    '2.4.3121':'{f669ed4d-1dce-41c4-9617-d985397187a1}', # 2.4.3c1
+    '2.4.3150':'{75e71add-042c-4f30-bfac-a9ec42351313}', # 2.4.3
 }
 
 if snapshot:


More information about the Python-checkins mailing list