mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +03:00
Release Technical Preview 2
This commit is contained in:
parent
029b49dbd4
commit
671b2a7a38
1 changed files with 2 additions and 2 deletions
|
@ -121,11 +121,11 @@ return (function() {
|
|||
|
||||
setlocale(LC_TIME, "POSIX");
|
||||
|
||||
$showCommitHash = true; # plz remove when release
|
||||
$showCommitHash = false; # plz remove when release
|
||||
if(is_dir($gitDir = OPENVK_ROOT . "/.git") && $showCommitHash)
|
||||
$ver = trim(`git --git-dir="$gitDir" log --pretty="%h" -n1 HEAD`) . "-nightly";
|
||||
else
|
||||
$ver = "Build 15";
|
||||
$ver = "Technical Preview 2";
|
||||
|
||||
define("OPENVK_VERSION", "Altair Preview ($ver)", false);
|
||||
define("OPENVK_DEFAULT_PER_PAGE", 10, false);
|
||||
|
|
Loading…
Reference in a new issue