Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Jun 12, 2022
1 parent ca26477 commit 3fd3636
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog Roundcube Webmail

## Unreleased
## Release 1.6-rc

- Update to jQuery-UI 1.13.1 (#8455)
- Added possibility to make the logo image a link via the 'skin_logo' option (#8501)
Expand Down
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.6-git |
| Version 1.6-rc |
| |
| Copyright (C) The Roundcube Dev Team |
| |
Expand Down
2 changes: 1 addition & 1 deletion program/include/iniset.php
Expand Up @@ -24,7 +24,7 @@
}

// application constants
define('RCMAIL_VERSION', '1.6-git');
define('RCMAIL_VERSION', '1.6-rc');
define('RCMAIL_START', microtime(true));

if (!defined('INSTALL_PATH')) {
Expand Down
2 changes: 1 addition & 1 deletion program/lib/Roundcube/bootstrap.php
Expand Up @@ -58,7 +58,7 @@
}

// framework constants
define('RCUBE_VERSION', '1.6-git');
define('RCUBE_VERSION', '1.6-rc');
define('RCUBE_CHARSET', 'UTF-8');
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');

Expand Down

1 comment on commit 3fd3636

@navossoc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When will this release be pushed to docker hub?

Please sign in to comment.