From bd31db6f79373ccacd95ae47dbe63850a175ee8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 1 May 2012 16:37:44 +0200 Subject: Include micro version even if it is 0. --- Tools/msi/msi.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index ce67978..695a103 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -122,9 +122,7 @@ pythondll_uuid = { } [major+minor] # Compute the name that Sphinx gives to the docfile -docfile = "" -if int(micro): - docfile = micro +docfile = micro if level < 0xf: if level == 0xC: docfile += "rc%s" % (serial,) -- cgit v0.12