diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-12-09 04:43:25 -0500 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-12-09 04:43:25 -0500 |
commit | ecf6c79d00a8ed722a6664f276a0f015de4d13c2 (patch) | |
tree | 908315b16758ae963584c79150ff5a9c25ed1948 /plugins/managesieve/lib | |
parent | defe025b61586a29c8ecb6635f848360a3021cd8 (diff) |
Bump up version number, remove package.xml file
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 fb2f64e3d..8d0dca4d0 100644 --- a/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php +++ b/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php @@ -63,7 +63,7 @@ class rcube_sieve_engine 1 => 'notifyimportancehigh' ); - const VERSION = '8.0'; + const VERSION = '8.1'; const PROGNAME = 'Roundcube (Managesieve)'; const PORT = 4190; |