summaryrefslogtreecommitdiff
path: root/include/version.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-09 21:47:42 +0300
committerAndrew Dolgov <[email protected]>2015-07-09 21:47:42 +0300
commit9959acc87a6c95f0a9c87dac898def1afdad1bf8 (patch)
treea7f897f4e29baa280d993889fcc973e689c71125 /include/version.php
parent206e99f2bac461eaacb110386dcc7be8ca7ae8f7 (diff)
change version_static based on y.m
Diffstat (limited to 'include/version.php')
-rw-r--r--include/version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/version.php b/include/version.php
index 34c11e6e7..686da3517 100644
--- a/include/version.php
+++ b/include/version.php
@@ -1,5 +1,5 @@
<?php
- define('VERSION_STATIC', '1.15.3');
+ define('VERSION_STATIC', '15.7');
function get_version() {
date_default_timezone_set('UTC');
@@ -13,7 +13,7 @@
define("GIT_VERSION_HEAD", $suffix);
define("GIT_VERSION_TIMESTAMP", $timestamp);
- return VERSION_STATIC . ".$suffix";
+ return VERSION_STATIC . " ($suffix)";
} else {
return VERSION_STATIC;
}