Skip to content

Commit

Permalink
Prepare release 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube committed Jun 22, 2022
1 parent 9822616 commit 88c1566
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog Roundcube Webmail

## Unreleased
## Release 1.5.3

- Enigma: Fix initial synchronization of private keys
- Enigma: Fix double quoted-printable encoding of pgp-signed messages with no attachments (#8413)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GITREMOTE=git://github.com/roundcube/roundcubemail.git
GITBRANCH=release-1.5
GPGKEY[email protected]
VERSION=1.5.2
VERSION=1.5.3

all: clean complete dependent framework

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.5.2 |
| Version 1.5.3 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
Expand Down
2 changes: 1 addition & 1 deletion installer/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
| Version 1.5.2 |
| Version 1.5.3 |
| |
| Copyright (C) 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 @@ -20,7 +20,7 @@
*/

// application constants
define('RCMAIL_VERSION', '1.5.2');
define('RCMAIL_VERSION', '1.5.3');
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 @@ -58,7 +58,7 @@
}

// framework constants
define('RCUBE_VERSION', '1.5.2');
define('RCUBE_VERSION', '1.5.3');
define('RCUBE_CHARSET', 'UTF-8');
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');

Expand Down
2 changes: 1 addition & 1 deletion public_html/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.5.2 |
| Version 1.5.3 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
Expand Down

0 comments on commit 88c1566

Please sign in to comment.