diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-02-14 12:58:41 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-02-14 12:58:41 (GMT) |
commit | 62dd70c6e0144cc53d953a2728cc15f15ddda6f9 (patch) | |
tree | efce18e43004d2e706e439e373ef60cdeaf45f67 /Tools | |
parent | a859e25acb825665d9380b1142893cad61a648a0 (diff) | |
download | cpython-62dd70c6e0144cc53d953a2728cc15f15ddda6f9.zip cpython-62dd70c6e0144cc53d953a2728cc15f15ddda6f9.tar.gz cpython-62dd70c6e0144cc53d953a2728cc15f15ddda6f9.tar.bz2 |
Correct 2.5.2c1 uuid. Add IDLE release date.v2.5.2c1
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/uuids.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/uuids.py b/Tools/msi/uuids.py index b8adac6..559482c 100644 --- a/Tools/msi/uuids.py +++ b/Tools/msi/uuids.py @@ -33,6 +33,6 @@ product_codes = { '2.5.150': '{0a2c5854-557e-48c8-835a-3b9f074bdcaa}', # 2.5.0 '2.5.1121':'{0378b43e-6184-4c2f-be1a-4a367781cd54}', # 2.5.1c1 '2.5.1150':'{31800004-6386-4999-a519-518f2d78d8f0}', # 2.5.1 - '2.5.2150':'{6304a7da-1132-4e91-a343-a296269eab8a}', # 2.5.2c1 + '2.5.2121':'{6304a7da-1132-4e91-a343-a296269eab8a}', # 2.5.2c1 '2.5.2150':'{6b976adf-8ae8-434e-b282-a06c7f624d2f}', # 2.5.2 } |