From 6b6209b58768647ca2feafb436db048ff3d5de6e Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Thu, 16 May 2013 02:09:10 -0400 Subject: [PATCH] Bump version number here too --- 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 1776381..c25d625 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -54,7 +54,7 @@ } // framework constants -define('RCUBE_VERSION', '0.9-beta'); +define('RCUBE_VERSION', '0.9.1'); define('RCUBE_CHARSET', 'UTF-8'); if (!defined('RCUBE_LIB_DIR')) { -- Gitblit v1.9.1