Master is 1.5-git now

pull/6993/head
Aleksander Machniak 5 years ago
parent 902d3cd0bb
commit 9f1d185c44

@ -2,7 +2,7 @@
/** /**
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client | | Roundcube Webmail IMAP Client |
| Version 1.4-git | | Version 1.5-git |
| | | |
| Copyright (C) The Roundcube Dev Team | | Copyright (C) The Roundcube Dev Team |
| | | |

@ -3,7 +3,7 @@
/** /**
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
| Roundcube Webmail setup tool | | Roundcube Webmail setup tool |
| Version 1.4-git | | Version 1.5-git |
| | | |
| Copyright (C) The Roundcube Dev Team | | Copyright (C) The Roundcube Dev Team |
| | | |

@ -20,7 +20,7 @@
*/ */
// application constants // application constants
define('RCMAIL_VERSION', '1.4-git'); define('RCMAIL_VERSION', '1.5-git');
define('RCMAIL_START', microtime(true)); define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) { if (!defined('INSTALL_PATH')) {

@ -58,7 +58,7 @@ foreach ($config as $optname => $optval) {
} }
// framework constants // framework constants
define('RCUBE_VERSION', '1.4-git'); define('RCUBE_VERSION', '1.5-git');
define('RCUBE_CHARSET', 'UTF-8'); define('RCUBE_CHARSET', 'UTF-8');
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP'); define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');

@ -3,7 +3,7 @@
/* /*
+-----------------------------------------------------------------------+ +-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client | | Roundcube Webmail IMAP Client |
| Version 1.4-git | | Version 1.5-git |
| | | |
| Copyright (C) The Roundcube Dev Team | | Copyright (C) The Roundcube Dev Team |
| | | |

Loading…
Cancel
Save