Thomas Bruederli
2013-03-27 ce0c1f44a3ff447cfaec315bc984bb4a4e1f09e9
Bump version for 0.7.4 release
2 files modified
4 ■■■■ changed files
index.php 2 ●●● patch | view | raw | blame | history
program/include/iniset.php 2 ●●● patch | view | raw | blame | history
index.php
@@ -2,7 +2,7 @@
/*
 +-------------------------------------------------------------------------+
 | Roundcube Webmail IMAP Client                                           |
 | Version 0.7.3                                                           |
 | Version 0.7.4                                                           |
 |                                                                         |
 | Copyright (C) 2005-2012, The Roundcube Dev Team                         |
 |                                                                         |
program/include/iniset.php
@@ -38,7 +38,7 @@
}
// application constants
define('RCMAIL_VERSION', '0.7.3');
define('RCMAIL_VERSION', '0.7.4');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');
define('RCMAIL_START', microtime(true));