diff options
author | thomascube <thomas@roundcube.net> | 2008-09-21 12:04:43 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-21 12:04:43 +0000 |
commit | 8992cad86fbcf664b3444a4790aa74be499e3a1b (patch) | |
tree | 96f4f5f8d512338608d0345b9e0358c82e7deac8 /program/include/iniset.php | |
parent | ae2fe663889a87fe594d82a1789dc98e9cb01904 (diff) |
Update docs and version strings + remove development scriptsv0.2-beta@1877
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 20fe27996..0ad15cce3 100755 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -22,7 +22,7 @@ // application constants -define('RCMAIL_VERSION', '0.2-trunk'); +define('RCMAIL_VERSION', '0.2-beta'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); |