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