Skip to content

Commit

Permalink
Release Technical Preview 1
Browse files Browse the repository at this point in the history
  • Loading branch information
celestora authored Jun 18, 2020
1 parent 20ba764 commit 0cf2fbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ function ovk_proc_strtrim(string $string, int $length = 0): string

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 1";

define("OPENVK_VERSION", "Altair Preview ($ver)", false);
define("OPENVK_VERSION", "Altair ($ver)", false);
define("OPENVK_DEFAULT_PER_PAGE", 10, false);
define("__OPENVK_ERROR_CLOCK_IN_FUTURE", "Server clock error: FK1200-DTF", false);
});

0 comments on commit 0cf2fbf

Please sign in to comment.