diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-12 09:12:43 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-12 09:12:43 +0000 |
| commit | 862c3b5963552c07dd5156225a5f8c084e7c3e63 (patch) | |
| tree | 01d8e53ab428615667b96ce24e2a801b00ce6e2b | |
| parent | d91c3b0c1338f9798d18d4e006e7680fad2744c0 (diff) | |
- update RCMAIL_VERSION
git-svn-id: https://svn.roundcube.net/trunk@4078 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rwxr-xr-x | roundcubemail/program/include/iniset.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/iniset.php b/roundcubemail/program/include/iniset.php index 46a76a4bd..c1eca54a7 100755 --- a/roundcubemail/program/include/iniset.php +++ b/roundcubemail/program/include/iniset.php @@ -36,7 +36,7 @@ foreach ($crit_opts as $optname => $optval) { } // application constants -define('RCMAIL_VERSION', '0.4-trunk'); +define('RCMAIL_VERSION', '0.5-trunk'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); define('RCMAIL_START', microtime(true)); |
