X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=program%2Finclude%2Finiset.php;h=73a02b08013e1374bbd5c84b6265dad82cbe4ae0;hb=315a64971ff1249e4d5884f309fab5ddbfe55cc6;hp=89fbb911ef76d887498afca49844222d48de0c8e;hpb=4212156c5c79d2f58342feb0d3ed1893f177bcab;p=roundcube.git diff --git a/program/include/iniset.php b/program/include/iniset.php index 89fbb91..73a02b0 100755 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -16,7 +16,7 @@ | Thomas Bruederli | +-----------------------------------------------------------------------+ - $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));