mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Global: Bump $ver to PTP3
Just preparing for PTP3.
This commit is contained in:
parent
d87277e7e7
commit
5a017cc4fa
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue