From aac4b452a3a538ecf6abdfcf100c7d9d33aadd1f Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 22 Nov 2013 03:23:30 -0500
Subject: [PATCH] Bump version to 7.1

---
 plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php |    2 +-
 plugins/managesieve/Changelog                            |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/plugins/managesieve/Changelog b/plugins/managesieve/Changelog
index cd8daf1..b7b9ecf 100644
--- a/plugins/managesieve/Changelog
+++ b/plugins/managesieve/Changelog
@@ -1,3 +1,5 @@
+* version 7.1 [2013-11-22]
+-----------------------------------------------------------
 - lib/Net Sieve.php moved to Roundcube /lib directory
 - Added managesieve_domains option to limit redirect destinations
 - Fix bug where at least one additional address of vacation message was required (#1489345)
diff --git a/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php b/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php
index 6c9f804..e0f6ead 100644
--- a/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php
+++ b/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php
@@ -53,7 +53,7 @@
         "x-beenthere",
     );
 
-    const VERSION  = '7.0';
+    const VERSION  = '7.1';
     const PROGNAME = 'Roundcube (Managesieve)';
     const PORT     = 4190;
 

--
Gitblit v1.9.1