]> git.wh0rd.org - tt-rss.git/commitdiff
change version_static based on y.m 15.7
authorAndrew Dolgov <noreply@fakecake.org>
Thu, 9 Jul 2015 18:47:42 +0000 (21:47 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Thu, 9 Jul 2015 18:47:42 +0000 (21:47 +0300)
include/version.php

index 34c11e6e7738a8a0495d68c3b22b1cb773a9593d..686da3517ee05a804379a396a488103874fb4213 100644 (file)
@@ -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;
                }