diff --git a/include/functions.php b/include/functions.php index f44cc9c..07e421b 100644 --- a/include/functions.php +++ b/include/functions.php @@ -36,7 +36,7 @@ function getDMRGatewayVersion() { } else { showLapTime("getDMRGatewayVersion"); if (strlen($output[0]) > 26) { - return substr($output[0],19,8)." ("._("compiled")." ".getDMRGatewayFileVersion(). ", GitID #" . substr($output[0],32,7) . ")"; + return substr($output[0],19,8)." ("._("compiled")." ".getDMRGatewayFileVersion(). ", GitID #" . substr($output[0],33,7) . ")"; } else { return substr($output[0],19,8)." ("._("compiled")." ".getDMRGatewayFileVersion(). ")"; } diff --git a/version.php b/version.php index 9e98384..50b4654 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@