|
|
@ -1,5 +1,4 @@ |
|
|
|
import db.User; |
|
|
|
import thx.semver.Version; |
|
|
|
import Common; |
|
|
|
|
|
|
|
class App extends sugoi.BaseApp { |
|
|
@ -10,13 +9,6 @@ class App extends sugoi.BaseApp { |
|
|
|
public var eventDispatcher:hxevents.Dispatcher<Event>; |
|
|
|
public var plugins:Array<sugoi.plugin.IPlugIn>; |
|
|
|
|
|
|
|
/** |
|
|
|
* Version management |
|
|
|
* @doc https://github.com/fponticelli/thx.semver |
|
|
|
*/ |
|
|
|
// public static var VERSION = ([0,9,2] : Version).withPre("july"); |
|
|
|
// public static var VERSION = ([0,9,2] : Version).withPre(MyMacros.getGitShortSHA(), MyMacros.getGitCommitDate()); |
|
|
|
// public static var VERSION = "cagette-péi " + MyMacros.getGitCommitDate(); |
|
|
|
public static var VERSION = "cagette-pei"; // empty yet, cf.BaseApp.loadConfig |
|
|
|
|
|
|
|
public function new() { |
|
|
|