]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add 2.7.5 uuid
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 1 Aug 2013 21:55:26 +0000 (23:55 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 1 Aug 2013 21:55:26 +0000 (23:55 +0200)
Tools/msi/uuids.py

index cf5bfd239f6bb7eeca6d58ee84410cc168cecde0..a4b3ded74d0bc7306179a757fd8dec693ccd2991 100644 (file)
@@ -60,4 +60,5 @@ product_codes = {
     '2.7.3150':'{C0C31BCC-56FB-42a7-8766-D29E1BD74C7C}', # 2.7.3
     '2.7.4121':'{47F45F45-72D7-4e54-AF41-26767EDE95CF}', # 2.7.4rc1
     '2.7.4150':'{84ADC96C-B7E0-4938-9D6E-2B640D5DA224}', # 2.7.4
+    '2.7.5150':'{DBDD570E-0952-475f-9453-AB88F3DD5659}', # 2.7.5
 }