From 1f5557817f1739a26c03ec0efa76ccf5d0bff603 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Thu, 13 Jun 2013 11:49:38 -0400
Subject: [PATCH] Update changelog + bump version number

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

diff --git a/CHANGELOG b/CHANGELOG
index 0e3ed50..0a61ef5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
 CHANGELOG Roundcube Webmail
 ===========================
 
+RELEASE 0.9.2
+-------------
+- Fix image thumbnails display in print mode (#1489134)
+- Fix height of message headers block (#1489108)
 - Fix timeout issue on drag&drop uploads (#1489170)
 - Fix default sorting of threaded list when THREAD=REFS isn't supported
 - Fix list mode switch to 'List' after saving list settings in Larry skin (#1489164)
diff --git a/index.php b/index.php
index 6f9b83f..0fbcb74 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
 /*
  +-------------------------------------------------------------------------+
  | Roundcube Webmail IMAP Client                                           |
- | Version 0.9.1                                                           |
+ | Version 0.9.2                                                           |
  |                                                                         |
  | Copyright (C) 2005-2013, The Roundcube Dev Team                         |
  |                                                                         |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index ca17640..28a2b76 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
 */
 
 // application constants
-define('RCMAIL_VERSION', '0.9.1');
+define('RCMAIL_VERSION', '0.9.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 c25d625..db61dc2 100644
--- a/program/lib/Roundcube/bootstrap.php
+++ b/program/lib/Roundcube/bootstrap.php
@@ -54,7 +54,7 @@
 }
 
 // framework constants
-define('RCUBE_VERSION', '0.9.1');
+define('RCUBE_VERSION', '0.9.2');
 define('RCUBE_CHARSET', 'UTF-8');
 
 if (!defined('RCUBE_LIB_DIR')) {

--
Gitblit v1.9.1