Bump version to 1.2.1

pull/5754/head
Thomas Bruederli 8 years ago
parent bd27c764c8
commit 3a7a550518

@ -2,7 +2,7 @@
/** /**
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client | | Roundcube Webmail IMAP Client |
| Version 1.2.0 | | Version 1.2.1 |
| | | |
| Copyright (C) 2005-2016, The Roundcube Dev Team | | Copyright (C) 2005-2016, The Roundcube Dev Team |
| | | |

@ -3,7 +3,7 @@
/** /**
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
| Roundcube Webmail setup tool | | Roundcube Webmail setup tool |
| Version 1.2.0 | | Version 1.2.1 |
| | | |
| Copyright (C) 2009-2016, The Roundcube Dev Team | | Copyright (C) 2009-2016, The Roundcube Dev Team |
| | | |

@ -21,7 +21,7 @@
*/ */
// application constants // application constants
define('RCMAIL_VERSION', '1.2.0'); define('RCMAIL_VERSION', '1.2.1');
define('RCMAIL_START', microtime(true)); define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) { if (!defined('INSTALL_PATH')) {

@ -55,7 +55,7 @@ foreach ($config as $optname => $optval) {
} }
// framework constants // framework constants
define('RCUBE_VERSION', '1.2.0'); define('RCUBE_VERSION', '1.2.1');
define('RCUBE_CHARSET', 'UTF-8'); define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) { if (!defined('RCUBE_LIB_DIR')) {

Loading…
Cancel
Save