@ -0,0 +1,9 @@
<?php
$gitver = exec("git describe --tag");
if (strpos($gitver,"-")!==false) {
$gitver = explode("-",$gitver);
$gitver = join(".",array_slice($gitver,0,2));
}
printf("APP_VERSION=%s\n", $gitver);
The note is not visible to the blocked user.