If we didn't find a revision, set it to "-1" not just "None"
This commit is contained in:
parent
50ae63002b
commit
8ed1664fc6
2
wscript
2
wscript
@ -186,7 +186,7 @@ def configure(conf):
|
||||
conf.define('GEANY_PREFIX', '' if is_win32 else conf.env['PREFIX'], quote=True)
|
||||
conf.define('PACKAGE', APPNAME, quote=True)
|
||||
conf.define('VERSION', VERSION, quote=True)
|
||||
conf.define('REVISION', revision, quote=True)
|
||||
conf.define('REVISION', revision or '-1', quote=True)
|
||||
|
||||
conf.define('GETTEXT_PACKAGE', APPNAME, quote=True)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user