summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-02 04:49:15 +0100
committerAndrew Dolgov <[email protected]>2005-09-02 04:49:15 +0100
commit321930130270c59a85dbd089dc2972e9838e9040 (patch)
treef76a51053e20a17da7c5def20362e742410c961c
parent2651fc4fc39beccd7879e33486da6655442dccea (diff)
release 1.0.2
-rw-r--r--NEWS4
-rw-r--r--version.php2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9e25b48cd..2b22b415b 100644
--- 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.
diff --git a/version.php b/version.php
index 45e654ecf..07c8be336 100644
--- a/version.php
+++ b/version.php
@@ -1,4 +1,4 @@
<?
- define(VERSION, "1.0.1");
+ define(VERSION, "1.0.2");
?>