diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-24 07:41:37 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-24 07:41:37 +0000 |
| commit | 9f83b4c93b0151ce9d2362a8ac3fc9f8fb7bbf8e (patch) | |
| tree | 96a59f09c8535dfb51a03a08b0d4ad9199f139fb /roundcubemail/program/include | |
| parent | 54272ab0899836e569d44d6fc88421112c15a6c9 (diff) | |
- Change version number to 0.8-svn
git-svn-id: https://svn.roundcube.net/trunk@5480 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -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 e19ed0bf5..ac5c5a192 100755 --- a/roundcubemail/program/include/iniset.php +++ b/roundcubemail/program/include/iniset.php @@ -37,7 +37,7 @@ foreach ($crit_opts as $optname => $optval) { } // application constants -define('RCMAIL_VERSION', '0.7-svn'); +define('RCMAIL_VERSION', '0.8-svn'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); define('RCMAIL_START', microtime(true)); |
