Release BETA v.12

This commit is contained in:
chylex 2019-03-13 01:59:24 +01:00
parent cdb9650401
commit 35bc9b3d83

View File

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