diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-10-19 07:59:02 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-10-19 07:59:02 +0100 |
| commit | fa7f8b8bd2ffb9a7000e1631e9eb3813bb3f35c5 (patch) | |
| tree | 29eedf37decb39ec85d9aeda121906c6631f48ad | |
| parent | 6be32e77f56c9824899368fd7e5d30dda738f37a (diff) | |
release 1.2.4
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | version.php | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ -This document is not being maintaned any more. See this URL for milestone history and changes: +This document is not being maintained any more. +See this URL for milestone history and changes: http://tt-rss.spb.ru/trac/roadmap?show=all diff --git a/version.php b/version.php index 275ce79d9..8acab1e17 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@ <?php - define('VERSION', "1.2.3.99"); + define('VERSION', "1.2.4"); ?> |