summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-02 12:53:41 +0100
committerAndrew Dolgov <[email protected]>2005-09-02 12:53:41 +0100
commit8599e26a6ec71c6c88e750df3ad0c341afc11998 (patch)
treeae98730ebf985e9134ac12671badb2ad536d50d3
parent9f311df6262c206a56f47a593244336e6ba1f54c (diff)
update NEWS, bump version
-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");
?>