Compare commits

...
1 Commits
Author SHA1 Message Date
cagette@ct8 a2b9bf3e54 simplify template master 2020-11-11 17:50:50 +04:00
5 changed files with 3 additions and 5 deletions
-1
View File
@@ -1 +0,0 @@
This is where the compiled templates are.
-1
View File
@@ -1 +0,0 @@
This is where the compiled templates are.
-1
View File
@@ -1 +0,0 @@
This is where the compiled templates are.
+1 -1
View File
@@ -201,7 +201,7 @@
<!--
::raw _("Cagette.net is made by <a href='https://www.alilo.fr' target='_blank'><img src='/img/alilo-trans-black.png' /></a>")::<br/>
-->
<span>version ::VERSION::-::getPlatform()::</span>
<span>version ::VERSION::</span>
</div>
<div class="row">
+2 -1
View File
@@ -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();