]> git.wh0rd.org - tt-rss.git/commitdiff
update NEWS, bump version
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 2 Sep 2005 11:53:41 +0000 (12:53 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 2 Sep 2005 11:53:41 +0000 (12:53 +0100)
NEWS
TODO
version.php

diff --git a/NEWS b/NEWS
index 2b22b415b4cd9aab07bdcda592a7f33150a677e3..beb5f59cce40c6fd0ac931b6762ba8630908fa5a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v1.0.3 (Sep xx, 2005)
+
+       - OPML export/import.
+
 v1.0.2 (Sep 02, 2005)
 
        - Another bugfix release.
diff --git a/TODO b/TODO
index 4dc5557c36cd4d6feb3fe535380a4b037cdfb5a3..f0e9382920412e8f813e405adb25b4e1a1656799 100644 (file)
--- a/TODO
+++ b/TODO
@@ -12,7 +12,6 @@
 
 - better error handling
 - keyboard navigation
-- OPML import/export
 
 Mysterious Future
 
index 07c8be3368ee54065a318e79ed76593c8f142e09..c394d0a60f2a4c00b7348196a523aae4571d9f4c 100644 (file)
@@ -1,4 +1,4 @@
 <?
-       define(VERSION, "1.0.2");
+       define(VERSION, "1.0.2.99");
 ?>