summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-11 20:16:24 +0000
committertill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-11 20:16:24 +0000
commitac87207e83eefa54d3f6578e6ce2889111f94a49 (patch)
tree254babc34bab42abb0de66a0de6870a92a1f9079
parent40d1942972a8dacb6e08bca9832c86d70cdc729a (diff)
* changed version ;)
git-svn-id: https://svn.roundcube.net/trunk@1041 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/index.php2
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');