Bump version for 0.7.4 release

release-0.7
Thomas Bruederli 11 years ago
parent 95ac3e217a
commit ce0c1f44a3

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

@ -38,7 +38,7 @@ foreach ($crit_opts as $optname => $optval) {
}
// application constants
define('RCMAIL_VERSION', '0.7.3');
define('RCMAIL_VERSION', '0.7.4');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');
define('RCMAIL_START', microtime(true));

Loading…
Cancel
Save