mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Merge bootstrap.php
This commit is contained in:
commit
42ebdebb9e
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ return (function() {
|
|||
|
||||
$showCommitHash = true; # plz remove when release
|
||||
if(is_dir($gitDir = OPENVK_ROOT . "/.git") && $showCommitHash)
|
||||
$ver = "nightly-" . `git --git-dir="$gitDir" log --pretty="%h" -n1 HEAD`;
|
||||
$ver = trim(`git --git-dir="$gitDir" log --pretty="%h" -n1 HEAD`) . "-nightly";
|
||||
else
|
||||
$ver = "Build 15";
|
||||
|
||||
|
|
Loading…
Reference in a new issue