Skip to content
Snippets Groups Projects
Commit 7f23a472068f authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

pyoxidizer: default to a meaningless release instead of hardcoding 5.8

This way we don't advertise the wrong version, or if we do it's really obvious.
To be honest, I'm not even sure that `VERSION` should be optional, but I also
have never used the packaging tools so far, this is simply something I saw.

Differential Revision: https://phab.mercurial-scm.org/D11360
parent c62e4397eb28
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
ROOT = CWD + "/../.."
VERSION = VARS.get("VERSION", "5.8")
VERSION = VARS.get("VERSION", "0.0")
MSI_NAME = VARS.get("MSI_NAME", "mercurial")
EXTRA_MSI_FEATURES = VARS.get("EXTRA_MSI_FEATURES")
SIGNING_PFX_PATH = VARS.get("SIGNING_PFX_PATH")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment