Skip to content

Commit

Permalink
Bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bruederli committed Jun 5, 2015
1 parent bfe6570 commit f3277e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================

RELEASE 1.0.6
-------------
- Make SMTP error log more verbose - include server response and error code
- Fix rows count when messages search fails (#1490266)
- Fix security issue in DBMail driver of password plugin (#1490261)
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.0.5 |
| Version 1.0.6 |
| |
| Copyright (C) 2005-2014, The Roundcube Dev Team |
| |
Expand Down
2 changes: 1 addition & 1 deletion program/include/iniset.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

// application constants
define('RCMAIL_VERSION', '1.0.5');
define('RCMAIL_VERSION', '1.0.6');
define('RCMAIL_START', microtime(true));

if (!defined('INSTALL_PATH')) {
Expand Down
2 changes: 1 addition & 1 deletion program/lib/Roundcube/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}

// framework constants
define('RCUBE_VERSION', '1.0.5');
define('RCUBE_VERSION', '1.0.6');
define('RCUBE_CHARSET', 'UTF-8');

if (!defined('RCUBE_LIB_DIR')) {
Expand Down

0 comments on commit f3277e0

Please sign in to comment.