diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2005-09-02 04:49:15 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2005-09-02 04:49:15 +0100 |
| commit | 321930130270c59a85dbd089dc2972e9838e9040 (patch) | |
| tree | f76a51053e20a17da7c5def20362e742410c961c | |
| parent | 2651fc4fc39beccd7879e33486da6655442dccea (diff) | |
release 1.0.2
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | version.php | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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"); ?> |