From 0a9d414084b5c0bef3b319afeddf7e634333a9b1 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 21 Dec 2012 08:31:35 -0500
Subject: [PATCH] Update changelog, set version to 6.1

---
 plugins/managesieve/managesieve.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/managesieve/managesieve.php b/plugins/managesieve/managesieve.php
index 1d8248e..1579d62 100644
--- a/plugins/managesieve/managesieve.php
+++ b/plugins/managesieve/managesieve.php
@@ -62,7 +62,7 @@
         "x-beenthere",
     );
 
-    const VERSION  = '6.0';
+    const VERSION  = '6.1';
     const PROGNAME = 'Roundcube (Managesieve)';
     const PORT     = 4190;
 

--
Gitblit v1.9.1