summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--TODO1
-rw-r--r--version.php2
3 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2b22b415b..beb5f59cc 100644
--- 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 4dc5557c3..f0e938292 100644
--- a/TODO
+++ b/TODO
@@ -12,7 +12,6 @@
- better error handling
- keyboard navigation
-- OPML import/export
Mysterious Future
diff --git a/version.php b/version.php
index 07c8be336..c394d0a60 100644
--- a/version.php
+++ b/version.php
@@ -1,4 +1,4 @@
<?
- define(VERSION, "1.0.2");
+ define(VERSION, "1.0.2.99");
?>