0) { list ($timestamp, $commit) = explode(" ", $output[0], 2); $git_commit = $commit; $git_timestamp = $timestamp; $version = strftime("%y.%m", $timestamp) . "-$commit"; } } } return $version; } define('VERSION', get_version());