From a2b9bf3e5470954caa38a67b30c3fb034bfda8d3 Mon Sep 17 00:00:00 2001 From: "cagette@ct8" Date: Wed, 11 Nov 2020 17:50:50 +0400 Subject: [PATCH] simplify template master --- lang/de/tmp/README.md | 1 - lang/en/tmp/README.md | 1 - lang/master/tmp/README.md | 1 - lang/master/tpl/design.mtt | 2 +- src/App.hx | 3 ++- 5 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 lang/de/tmp/README.md delete mode 100644 lang/en/tmp/README.md delete mode 100644 lang/master/tmp/README.md diff --git a/lang/de/tmp/README.md b/lang/de/tmp/README.md deleted file mode 100644 index 246660c..0000000 --- a/lang/de/tmp/README.md +++ /dev/null @@ -1 +0,0 @@ -This is where the compiled templates are. \ No newline at end of file diff --git a/lang/en/tmp/README.md b/lang/en/tmp/README.md deleted file mode 100644 index 246660c..0000000 --- a/lang/en/tmp/README.md +++ /dev/null @@ -1 +0,0 @@ -This is where the compiled templates are. \ No newline at end of file diff --git a/lang/master/tmp/README.md b/lang/master/tmp/README.md deleted file mode 100644 index 246660c..0000000 --- a/lang/master/tmp/README.md +++ /dev/null @@ -1 +0,0 @@ -This is where the compiled templates are. \ No newline at end of file diff --git a/lang/master/tpl/design.mtt b/lang/master/tpl/design.mtt index 6b4814d..0d0cb89 100644 --- a/lang/master/tpl/design.mtt +++ b/lang/master/tpl/design.mtt @@ -201,7 +201,7 @@ - version ::VERSION::-::getPlatform():: + version ::VERSION::
diff --git a/src/App.hx b/src/App.hx index 63cc2e7..38748e2 100755 --- a/src/App.hx +++ b/src/App.hx @@ -16,7 +16,8 @@ class App extends sugoi.BaseApp { * @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 = ([0,9,2] : Version).withPre(MyMacros.getGitShortSHA(), MyMacros.getGitCommitDate()); + public static var VERSION = ([0,9,2] : Version).withPre(MyMacros.getGitCommitDate()); public function new(){ super();