diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-03-15 12:53:02 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-03-15 12:53:02 +0100 |
commit | bb080af14d285361ee078514a1d995c096e0f790 (patch) | |
tree | 35cac56f7f14f900c0d34198860d49d3fcee9dba | |
parent | 0e32d7032b54838607e071588fd30ff8b13fc7fe (diff) |
Bump version number up to 1.0-git
-rw-r--r-- | index.php | 2 | ||||
-rw-r--r-- | program/include/iniset.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ /* +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 0.9-git | + | Version 1.0-git | | | | Copyright (C) 2005-2013, The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index 35b5522fc..b32ae4e8e 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '0.9-git'); +define('RCMAIL_VERSION', '1.0-git'); define('RCMAIL_START', microtime(true)); $config = array( |