]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add UUIDs for 2.6.6.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 4 Aug 2010 15:46:17 +0000 (15:46 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 4 Aug 2010 15:46:17 +0000 (15:46 +0000)
Tools/msi/uuids.py

index 2261178e84808142f32d07465521ada70e78ce3b..895498fbe628b641f0e24768c14066e290ff0a33 100644 (file)
@@ -58,4 +58,6 @@ product_codes = {
     '2.6.5121':'{e0e273d7-7598-4701-8325-c90c069fd5ff}', # 2.6.5c1
     '2.6.5122':'{fa227b76-0671-4dc6-b826-c2ff2a70dfd5}', # 2.6.5c2
     '2.6.5150':'{4723f199-fa64-4233-8e6e-9fccc95a18ee}', # 2.6.5
+    '2.6.6121':'{399b7502-8119-4400-9218-4906194fedf5}', # 2.6.6rc1
+    '2.6.6150':'{6151cf20-0bd8-4023-a4a0-6a86dcfe58e5}', # 2.6.6
 }