X-Git-Url: https://git.donarmstrong.com/?p=roundcube.git;a=blobdiff_plain;f=program%2Finclude%2Finiset.php;h=d8ead568cbbdf4e8ee96a0747f285d6ba42cec60;hp=10ae11e51b5eac9372132394c7404e566afb9c04;hb=76507f7c63a660742e76889ad6e3919f3dde3bb0;hpb=a2dd2e41259a5e90016efcd7d083020b95e25527 diff --git a/program/include/iniset.php b/program/include/iniset.php index 10ae11e..d8ead56 100755 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -16,7 +16,7 @@ | Thomas Bruederli | +-----------------------------------------------------------------------+ - $Id: iniset.php 5292 2011-09-28 19:16:41Z thomasb $ + $Id: iniset.php 5582 2011-12-09 08:55:40Z thomasb $ */ @@ -37,7 +37,7 @@ foreach ($crit_opts as $optname => $optval) { } // application constants -define('RCMAIL_VERSION', '0.6'); +define('RCMAIL_VERSION', '0.7'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); define('RCMAIL_START', microtime(true));