2017-09-12 01:00:42 +02:00
parent 9db61f0c1a
commit dcd2cc1173
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ if (file_exists($versfn)) {
#define FW_V_MINOR 0
#define FW_V_PATCH 0
$vers = $vm[1][0] . '.' . $vm[1][1] . '.' . $vm[1][2];
$fwHash = shell_exec('cd .. && git rev-parse --short HEAD');
$fwHash = trim(shell_exec('cd .. && git rev-parse --short HEAD'));
}
return [