From f06aa8058b7e32ba32d4551074b6e0b8a300f751 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Mon, 21 Oct 2013 15:02:40 -0400
Subject: [PATCH] Bump version after security fix

---
 CHANGELOG                  |    2 ++
 index.php                  |    2 +-
 program/include/iniset.php |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 93c352b..eccc4d2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
 CHANGELOG Roundcube Webmail
 ===========================
 
+RELEASE 0.8.6
+-------------
 - Fix vulnerability in handling _session argument of utils/save-prefs (#1489382)
 
 RELEASE 0.8.6
diff --git a/index.php b/index.php
index 754d528..667efdc 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
 /*
  +-------------------------------------------------------------------------+
  | Roundcube Webmail IMAP Client                                           |
- | Version 0.8.6                                                           |
+ | Version 0.8.7                                                           |
  |                                                                         |
  | Copyright (C) 2005-2012, The Roundcube Dev Team                         |
  |                                                                         |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 873b02e..1c10e53 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -42,7 +42,7 @@
 }
 
 // application constants
-define('RCMAIL_VERSION', '0.8.6');
+define('RCMAIL_VERSION', '0.8.7');
 define('RCMAIL_CHARSET', 'UTF-8');
 define('JS_OBJECT_NAME', 'rcmail');
 define('RCMAIL_START', microtime(true));

--
Gitblit v1.9.1