From 671b2a7a38100efe95b99a72022618c80b313b75 Mon Sep 17 00:00:00 2001 From: fkwa Date: Fri, 26 Jun 2020 17:20:59 +0300 Subject: [PATCH] Release Technical Preview 2 --- bootstrap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.php b/bootstrap.php index 909ae702..4ef0d88b 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -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);