mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:05:56 +00:00
change version_static based on y.m
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user