diff options
author | thomascube <thomas@roundcube.net> | 2010-05-21 08:18:33 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-05-21 08:18:33 +0000 |
commit | a2a36103cfd88a95b45a2602ab13fd4a49efdf2f (patch) | |
tree | 5c258efa08bb45d50f365ce4453f19f18ef244bd /program/include | |
parent | 141eb8a497d847069cf87ce0d204614596338352 (diff) |
Bump trunk version
Diffstat (limited to 'program/include')
-rwxr-xr-x | program/include/iniset.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/iniset.php b/program/include/iniset.php index 6cbd55274..2a30e51c1 100755 --- a/program/include/iniset.php +++ b/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)); |