diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-11-22 09:23:30 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-11-22 09:23:30 +0100 |
commit | aac4b452a3a538ecf6abdfcf100c7d9d33aadd1f (patch) | |
tree | 80ae1aa24cc8e4712043ba09cd9c59969bba9c39 /plugins/managesieve/lib | |
parent | 78ef00f12def4d76cec708a5e436d83c75ee3c91 (diff) |
Bump version to 7.1
Diffstat (limited to 'plugins/managesieve/lib')
-rw-r--r-- | plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php b/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php index 6c9f8048a..e0f6ead9a 100644 --- a/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php +++ b/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php @@ -53,7 +53,7 @@ class rcube_sieve_engine "x-beenthere", ); - const VERSION = '7.0'; + const VERSION = '7.1'; const PROGNAME = 'Roundcube (Managesieve)'; const PORT = 4190; |