From f1ae19dc6ba988828a0c027cb4edd786383b8c1a Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <bruederli@kolabsys.com>
Date: Fri, 22 May 2015 03:32:51 -0400
Subject: [PATCH] Bump version
---
CHANGELOG | 2 ++
index.php | 2 +-
program/lib/Roundcube/bootstrap.php | 2 +-
program/include/iniset.php | 2 +-
installer/index.php | 2 +-
5 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index db142ed..7edb6c6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
+RELEASE 1.1.2
+-------------
- Add new plugin hook 'identity_create_after' providing the ID of the inserted identity (#1490358)
- Add option to place signature at bottom of the quoted text even in top-posting mode [sig_below]
- Fix handling of %-encoded entities in mailto: URLs (#1490346)
diff --git a/index.php b/index.php
index 952ed06..fa78618 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.1.1 |
+ | Version 1.1.2 |
| |
| Copyright (C) 2005-2015, The Roundcube Dev Team |
| |
diff --git a/installer/index.php b/installer/index.php
index c0775eb..b5c835e 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,7 +3,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 1.1.1 |
+ | Version 1.1.2 |
| |
| Copyright (C) 2009-2015, The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 486b22a..8636c08 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.1.1');
+define('RCMAIL_VERSION', '1.1.2');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index 2089c6f..f9505c3 100644
--- a/program/lib/Roundcube/bootstrap.php
+++ b/program/lib/Roundcube/bootstrap.php
@@ -54,7 +54,7 @@
}
// framework constants
-define('RCUBE_VERSION', '1.1.1');
+define('RCUBE_VERSION', '1.1.2');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {
--
Gitblit v1.9.1