mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Global: Bump $ver to PTP4
Just preparing for PTP4.
This commit is contained in:
parent
a0d3d710f9
commit
4b9934f63d
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ return (function() {
|
||||||
if(is_dir($gitDir = OPENVK_ROOT . "/.git") && $showCommitHash)
|
if(is_dir($gitDir = OPENVK_ROOT . "/.git") && $showCommitHash)
|
||||||
$ver = trim(`git --git-dir="$gitDir" log --pretty="%h" -n1 HEAD` ?? "Unknown version") . "-nightly";
|
$ver = trim(`git --git-dir="$gitDir" log --pretty="%h" -n1 HEAD` ?? "Unknown version") . "-nightly";
|
||||||
else
|
else
|
||||||
$ver = "Public Technical Preview 3";
|
$ver = "Public Technical Preview 4";
|
||||||
|
|
||||||
# Unix time constants
|
# Unix time constants
|
||||||
define('MINUTE', 60);
|
define('MINUTE', 60);
|
||||||
|
|
Loading…
Reference in a new issue