Skip to content

Commit 3fd3636

Browse files
committed
bump version
1 parent ca26477 commit 3fd3636

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog Roundcube Webmail
22

3-
## Unreleased
3+
## Release 1.6-rc
44

55
- Update to jQuery-UI 1.13.1 (#8455)
66
- Added possibility to make the logo image a link via the 'skin_logo' option (#8501)

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
+-------------------------------------------------------------------------+
44
| Roundcube Webmail IMAP Client |
5-
| Version 1.6-git |
5+
| Version 1.6-rc |
66
| |
77
| Copyright (C) The Roundcube Dev Team |
88
| |

program/include/iniset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525

2626
// application constants
27-
define('RCMAIL_VERSION', '1.6-git');
27+
define('RCMAIL_VERSION', '1.6-rc');
2828
define('RCMAIL_START', microtime(true));
2929

3030
if (!defined('INSTALL_PATH')) {

program/lib/Roundcube/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959

6060
// framework constants
61-
define('RCUBE_VERSION', '1.6-git');
61+
define('RCUBE_VERSION', '1.6-rc');
6262
define('RCUBE_CHARSET', 'UTF-8');
6363
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');
6464

0 commit comments

Comments
 (0)