From 183c7ffd3272511ecbccf73e5200899c0b4322af Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Sun, 01 Sep 2013 10:29:37 -0400
Subject: [PATCH] Bump version and update Changelog

---
 program/include/iniset.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/include/iniset.php b/program/include/iniset.php
index c28be0b..8847e2e 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
 */
 
 // application constants
-define('RCMAIL_VERSION', '0.9.3');
+define('RCMAIL_VERSION', '0.9.4');
 define('RCMAIL_START', microtime(true));
 
 if (!defined('INSTALL_PATH')) {

--
Gitblit v1.9.1