diff options
-rw-r--r-- | index.php | 2 | ||||
-rw-r--r-- | installer/index.php | 2 | ||||
-rw-r--r-- | program/include/iniset.php | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ /* +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 0.9-svn | + | Version 0.9-git | | | | Copyright (C) 2005-2012, The Roundcube Dev Team | | | diff --git a/installer/index.php b/installer/index.php index 32fde22e1..e46ef19df 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,7 @@ /* +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 0.9-svn | + | Version 0.9-git | | | | Copyright (C) 2009-2012, The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index dd361d52f..c39760882 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -40,7 +40,7 @@ foreach ($crit_opts as $optname => $optval) { } // application constants -define('RCMAIL_VERSION', '0.9-svn'); +define('RCMAIL_VERSION', '0.9-git'); define('RCMAIL_CHARSET', 'UTF-8'); define('RCMAIL_START', microtime(true)); |