summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-12-08 11:23:22 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-12-08 11:23:22 (GMT)
commita872787f5fb8fec80a8cb9318154485daafcea7e (patch)
treea60eba61c8929710af9e4f92279cc7ea1ed0aba6 /Tools
parenta116cf0c6f58224bc31578a5024942a242014c35 (diff)
downloadcpython-a872787f5fb8fec80a8cb9318154485daafcea7e.zip
cpython-a872787f5fb8fec80a8cb9318154485daafcea7e.tar.gz
cpython-a872787f5fb8fec80a8cb9318154485daafcea7e.tar.bz2
Add UUIDs for 3.0.1 and 3.0.2.
Diffstat (limited to 'Tools')
-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 f2eaab4..632f7e5 100644
--- a/Tools/msi/uuids.py
+++ b/Tools/msi/uuids.py
@@ -63,4 +63,8 @@ product_codes = {
'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
}