From 5a017cc4fa4f67c8292ccce547dcb9712366d900 Mon Sep 17 00:00:00 2001 From: WerySkok <15957616+WerySkok@users.noreply.github.com> Date: Mon, 31 Jan 2022 15:26:02 +0300 Subject: [PATCH] Global: Bump $ver to PTP3 Just preparing for PTP3. --- bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.php b/bootstrap.php index 5c1fb0d7..70b52244 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -231,7 +231,7 @@ return (function() { if(is_dir($gitDir = OPENVK_ROOT . "/.git") && $showCommitHash) $ver = trim(`git --git-dir="$gitDir" log --pretty="%h" -n1 HEAD` ?? "Unknown version") . "-nightly"; else - $ver = "Build 15"; + $ver = "Public Technical Preview 3"; // Unix time constants define('MINUTE', 60);