[Python-checkins] cpython (3.2): Add 3.2.4 UUIDs
georg.brandl
python-checkins at python.org
Sat Apr 6 16:44:15 CEST 2013
http://hg.python.org/cpython/rev/a6cc213added
changeset: 83130:a6cc213added
branch: 3.2
parent: 83126:e8c709c79137
user: Martin v. Löwis <martin at v.loewis.de>
date: Sat Mar 30 13:06:57 2013 +0100
summary:
Add 3.2.4 UUIDs
files:
Tools/msi/uuids.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Tools/msi/uuids.py b/Tools/msi/uuids.py
--- a/Tools/msi/uuids.py
+++ b/Tools/msi/uuids.py
@@ -95,5 +95,7 @@
'3.2.3121':'{B8E8CFF7-E4C6-4a7c-9F06-BB3A8B75DDA8}', # 3.2.3rc1
'3.2.3122':'{E8DCD3E0-12B6-4fb7-9DB5-543C2E67372E}', # 3.2.3rc2
'3.2.3150':'{789C9644-9F82-44d3-B4CA-AC31F46F5882}', # 3.2.3
+ '3.2.4121':'{F66CC280-12B0-487a-ADCF-CC049B0C5710}', # 3.2.4rc1
+ '3.2.4150':'{871512A4-EB98-4c50-9E55-9DA530A6B09A}', # 3.2.4
}
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list