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();