From 7015b0fbeec42437cc07a162dd3968b5e87a0bdc Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Sun, 6 Jan 2019 14:19:44 +0800 Subject: [PATCH] __VERSION_CODE__ --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index 807448f3..97009cce 100644 --- a/main.js +++ b/main.js @@ -179,6 +179,7 @@ function main() { this.canvas = {}; this.__VERSION__ = "2.5.4"; + this.__VERSION_CODE__ = 20; } main.prototype.init = function (mode, callback) {