From 963416964716c7877e434295d07c3033c9948dba Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 02 May 2016 08:37:39 -0400
Subject: [PATCH] Bump version number to 1.3-beta

---
 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 f9d9b69..b5745c9 100644
--- a/program/lib/Roundcube/bootstrap.php
+++ b/program/lib/Roundcube/bootstrap.php
@@ -55,7 +55,7 @@
 }
 
 // framework constants
-define('RCUBE_VERSION', '1.2-git');
+define('RCUBE_VERSION', '1.3-git');
 define('RCUBE_CHARSET', 'UTF-8');
 
 if (!defined('RCUBE_LIB_DIR')) {

--
Gitblit v1.9.1