]> git.donarmstrong.com Git - roundcube.git/blobdiff - program/include/iniset.php
Imported Upstream version 0.5.1
[roundcube.git] / program / include / iniset.php
index 89fbb911ef76d887498afca49844222d48de0c8e..73a02b08013e1374bbd5c84b6265dad82cbe4ae0 100755 (executable)
@@ -16,7 +16,7 @@
  |         Thomas Bruederli <roundcube@gmail.com>                        |
  +-----------------------------------------------------------------------+
 
- $Id: iniset.php 4408 2011-01-12 15:54:35Z thomasb $
+ $Id: iniset.php 4469 2011-01-29 14:55:12Z thomasb $
 
 */
 
@@ -36,7 +36,7 @@ foreach ($crit_opts as $optname => $optval) {
 }
 
 // application constants
-define('RCMAIL_VERSION', '0.5');
+define('RCMAIL_VERSION', '0.5.1');
 define('RCMAIL_CHARSET', 'UTF-8');
 define('JS_OBJECT_NAME', 'rcmail');
 define('RCMAIL_START', microtime(true));