diff options
author | thomascube <thomas@roundcube.net> | 2008-06-14 12:23:08 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-06-14 12:23:08 +0000 |
commit | 83a7636872d58f044d1fac444268dd2e7c7ebaee (patch) | |
tree | f22bb7491d67ee0f5f509b70625b48d963a7e9eb /program/include/iniset.php | |
parent | f0d4b72a4e1d4292fe99e04836274b52f30c5cf4 (diff) |
More code cleanup
Diffstat (limited to 'program/include/iniset.php')
-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 5072d636c..5dacf8552 100755 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -22,7 +22,7 @@ // application constants -define('RCMAIL_VERSION', '0.1-trunk'); +define('RCMAIL_VERSION', '0.2-trunk'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); |