Global: Bump $ver to PTP4

Just preparing for PTP4.
This commit is contained in:
Alexander Minkin 2022-06-26 19:51:38 +03:00
parent a0d3d710f9
commit 4b9934f63d
Signed by untrusted user: WerySkok
GPG key ID: 88E9A2F3AFE44C30

View file

@ -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 = "Public Technical Preview 3";
$ver = "Public Technical Preview 4";
# Unix time constants
define('MINUTE', 60);