summaryrefslogtreecommitdiffstats
path: root/Tools/msi/uuids.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-06-27 22:51:58 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-06-27 22:51:58 (GMT)
commit095386ef135c5dfcb3efc522c803da307e80fe34 (patch)
tree2e393e727d8c38aba2fec74ce087f076ea855480 /Tools/msi/uuids.py
parent05646a5ca9d28cc5f4e64c07593cced56e5c3f49 (diff)
downloadcpython-095386ef135c5dfcb3efc522c803da307e80fe34.zip
cpython-095386ef135c5dfcb3efc522c803da307e80fe34.tar.gz
cpython-095386ef135c5dfcb3efc522c803da307e80fe34.tar.bz2
Add uuids for 3.1.[12](rc1|final).
Diffstat (limited to 'Tools/msi/uuids.py')
-rw-r--r--Tools/msi/uuids.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/msi/uuids.py b/Tools/msi/uuids.py
index a88885d..4720fc9 100644
--- a/Tools/msi/uuids.py
+++ b/Tools/msi/uuids.py
@@ -73,4 +73,8 @@ product_codes = {
'3.1.121': '{da2b5170-12f3-4d99-8a1f-54926cca7acd}', # 3.1c1
'3.1.122': '{bceb5133-e2ee-4109-951f-ac7e941a1692}', # 3.1c2
'3.1.150': '{3ad61ee5-81d2-4d7e-adef-da1dd37277d1}', # 3.1.0
+ '3.1.1121':'{5782f957-6d49-41d4-bad0-668715dfd638}', # 3.1.1c1
+ '3.1.1150':'{7ff90460-89b7-435b-b583-b37b2815ccc7}', # 3.1.1
+ '3.1.2121':'{ec45624a-378c-43be-91f3-3f7a59b0d90c}', # 3.1.2c1
+ '3.1.2150':'{d40af016-506c-43fb-a738-bd54fa8c1e85}', # 3.1.2
}