]> git.wh0rd.org - tt-rss.git/blobdiff - version.php
update.php & daemon: chdir to script directory using __FILE__ magic constant
[tt-rss.git] / version.php
index f170c5ec0efa9bca37b0b527120b70e4ec88f2c5..45f281b55c7e0847370bb5cce25412903f3c9760 100644 (file)
@@ -1,4 +1,3 @@
-<?
-       define(VERSION, "1.0.7");
+<?php
+       define('VERSION', "1.5.2");
 ?>
-