Aleksander Machniak
2015-02-16 3779b67a9c9db42e40ec865f81e6370bc0971810
Set version number to 1.2-git
4 files modified
8 ■■■■ changed files
index.php 2 ●●● patch | view | raw | blame | history
installer/index.php 2 ●●● patch | view | raw | blame | history
program/include/iniset.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/bootstrap.php 2 ●●● patch | view | raw | blame | history
index.php
@@ -2,7 +2,7 @@
/*
 +-------------------------------------------------------------------------+
 | Roundcube Webmail IMAP Client                                           |
 | Version 1.1.0                                                           |
 | Version 1.2-git                                                         |
 |                                                                         |
 | Copyright (C) 2005-2015, The Roundcube Dev Team                         |
 |                                                                         |
installer/index.php
@@ -3,7 +3,7 @@
/*
 +-------------------------------------------------------------------------+
 | Roundcube Webmail setup tool                                            |
 | Version 1.1.0                                                           |
 | Version 1.2-git                                                         |
 |                                                                         |
 | Copyright (C) 2009-2015, The Roundcube Dev Team                         |
 |                                                                         |
program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
define('RCMAIL_VERSION', '1.1.0');
define('RCMAIL_VERSION', '1.2-git');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
program/lib/Roundcube/bootstrap.php
@@ -54,7 +54,7 @@
}
// framework constants
define('RCUBE_VERSION', '1.1.0');
define('RCUBE_VERSION', '1.2-git');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {