diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-21 08:18:33 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-21 08:18:33 +0000 |
| commit | 21e5e3d5bc33159c2c5ad9b8e1e19ceffd67d212 (patch) | |
| tree | 3e6ff5278d5b282f7403210d0f8cf9f7c1d90fec | |
| parent | c5d19bfe85e7e6974cb2196c07c0c147cb22afa9 (diff) | |
Bump trunk version
git-svn-id: https://svn.roundcube.net/trunk@3649 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 6cbd55274..2a30e51c1 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.3-trunk'); +define('RCMAIL_VERSION', '0.4-trunk'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); define('RCMAIL_START', microtime(true)); |
