]> git.wh0rd.org - tt-rss.git/commitdiff
release 1.0.2
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 2 Sep 2005 03:49:15 +0000 (04:49 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 2 Sep 2005 03:49:15 +0000 (04:49 +0100)
NEWS
version.php

diff --git a/NEWS b/NEWS
index 9e25b48cd25dca1dfef000524c37ec0ba4c2acc3..2b22b415b4cd9aab07bdcda592a7f33150a677e3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v1.0.2 (Sep 02, 2005)
+
+       - Another bugfix release.
+
 v1.0.1 (Aug 30, 2005)
 
        - Bugfix release, several issues fixed.
index 45e654ecffb88a0e61516e1b726c4ed636abbda7..07c8be3368ee54065a318e79ed76593c8f142e09 100644 (file)
@@ -1,4 +1,4 @@
 <?
-       define(VERSION, "1.0.1");
+       define(VERSION, "1.0.2");
 ?>