From 217694ebe579759a575aa42bb755bf5f3670b597 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 27 Mar 2013 12:48:50 -0400
Subject: [PATCH] Bump version for 0.8.6 release

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

diff --git a/index.php b/index.php
index 8de8ca0..754d528 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
 /*
  +-------------------------------------------------------------------------+
  | Roundcube Webmail IMAP Client                                           |
- | Version 0.8.5                                                           |
+ | Version 0.8.6                                                           |
  |                                                                         |
  | Copyright (C) 2005-2012, The Roundcube Dev Team                         |
  |                                                                         |
diff --git a/installer/rcube_install.php b/installer/rcube_install.php
index 6c6555f..e9d25cf 100644
--- a/installer/rcube_install.php
+++ b/installer/rcube_install.php
@@ -528,8 +528,8 @@
         '0.4-beta', '0.4.2',
         '0.5-beta', '0.5', '0.5.1',
         '0.6-beta', '0.6',
-        '0.7-beta', '0.7', '0.7.1', '0.7.2', '0.7.3',
-        '0.8-beta', '0.8-rc', '0.8.0', '0.8.1', '0.8.2', '0.8.3', '0.8.4',
+        '0.7-beta', '0.7', '0.7.1', '0.7.2', '0.7.3', '0.7.4',
+        '0.8-beta', '0.8-rc', '0.8.0', '0.8.1', '0.8.2', '0.8.3', '0.8.4', '0.8.5',
     ));
     return $select;
   }
diff --git a/program/include/iniset.php b/program/include/iniset.php
index cf01da7..873b02e 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -42,7 +42,7 @@
 }
 
 // application constants
-define('RCMAIL_VERSION', '0.8.5');
+define('RCMAIL_VERSION', '0.8.6');
 define('RCMAIL_CHARSET', 'UTF-8');
 define('JS_OBJECT_NAME', 'rcmail');
 define('RCMAIL_START', microtime(true));

--
Gitblit v1.9.1