Release BETA v.14

This commit is contained in:
chylex 2019-09-06 07:44:23 +02:00
parent 5633ad0d2b
commit 5588c59fe8

View File

@ -8,8 +8,8 @@ import os
import distutils.dir_util
VERSION_SHORT = "BETA v.13"
VERSION_FULL = VERSION_SHORT + ", released 26 Apr 2019"
VERSION_SHORT = "BETA v.14"
VERSION_FULL = VERSION_SHORT + ", released 6 Sep 2019"
EXEC_UGLIFYJS_WIN = "{2}/lib/uglifyjs.cmd --parse bare_returns --compress --mangle toplevel --mangle-props keep_quoted,reserved=[{3}] --output \"{1}\" \"{0}\""