diff options
author | thomascube <thomas@roundcube.net> | 2009-09-04 10:58:29 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-09-04 10:58:29 +0000 |
commit | a0630561cffdb366385a2c19d0ad167ee575e61f (patch) | |
tree | 6e3d5aa2908e891b16d9d650aa522a2e69286edb /program/include | |
parent | df5f7326f33f7741571f0df273de8cd9abb5a344 (diff) |
Removed development stuff and updated versionsv0.3-stable@2921
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 a58845366..ada025026 100755 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -22,7 +22,7 @@ // application constants -define('RCMAIL_VERSION', '0.3-trunk'); +define('RCMAIL_VERSION', '0.3-stable'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); |