Bump version to 0.8.4

release-0.8
Thomas Bruederli 12 years ago
parent 289b000d25
commit 76cee1c4e1

@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 0.8.3 |
| Version 0.8.4 |
| |
| Copyright (C) 2005-2012, The Roundcube Dev Team |
| |

@ -42,7 +42,7 @@ foreach ($config as $optname => $optval) {
}
// application constants
define('RCMAIL_VERSION', '0.8.3');
define('RCMAIL_VERSION', '0.8.4');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');
define('RCMAIL_START', microtime(true));

Loading…
Cancel
Save