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
---
program/lib/Roundcube/bootstrap.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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