Release BETA v.13

This commit is contained in:
chylex 2019-04-26 18:07:44 +02:00
parent d9ea72e429
commit 9c8db2546e

View File

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