Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2020-07-04 13:29:10 +0300
committerThomas Bruederli <thomas@roundcube.net>2020-07-04 13:29:10 +0300
commitabddddb12c0f962ce111b02ff5ad0ab33657088b (patch)
tree307eb3e34642feda34041bc403577a40a7a782ed /program/include/iniset.php
parent19502419757a976dbd55ce5a746610c5bab7896b (diff)
Bump version to 1.3.141.3.14
Diffstat (limited to 'program/include/iniset.php')
-rw-r--r--program/include/iniset.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/iniset.php b/program/include/iniset.php
index c125dc877..a1f8a824c 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.3.13');
+define('RCMAIL_VERSION', '1.3.14');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {