diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-11 20:16:24 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-11 20:16:24 +0000 |
| commit | ac87207e83eefa54d3f6578e6ce2889111f94a49 (patch) | |
| tree | 254babc34bab42abb0de66a0de6870a92a1f9079 | |
| parent | 40d1942972a8dacb6e08bca9832c86d70cdc729a (diff) | |
* changed version ;)
git-svn-id: https://svn.roundcube.net/trunk@1041 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 1cea295be..b72bed0a9 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -41,7 +41,7 @@ */ // application constants -define('RCMAIL_VERSION', '0.1-20071210'); +define('RCMAIL_VERSION', '0.1-trunk'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); |
