]> git.wh0rd.org - tt-rss.git/blobdiff - include/version.php
tag_is_valid: simplify code
[tt-rss.git] / include / version.php
index 6ca1b7fc4b190d904bc76df6cf4065663657339a..1d7567bb19281ebfce3faa14a1104ea50a925f5f 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-       define('VERSION_STATIC', '16.8');
+       define('VERSION_STATIC', '17.12');
 
        function get_version() {
                date_default_timezone_set('UTC');
@@ -39,4 +39,3 @@
        }
 
        define('VERSION', get_version());
-?>