diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-02-17 10:34:00 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-02-17 10:37:27 +0100 |
commit | a7e1b9310924c04b2e41359b9aaef42f2a99820c (patch) | |
tree | a6260ef2da329ae9504c85d3945cf063d3715eb5 /plugins/managesieve/managesieve.php | |
parent | ee393929a6c4ed165b47a0ae5ae0e87b6da999fb (diff) |
Bump version number up to 6.2
Diffstat (limited to 'plugins/managesieve/managesieve.php')
-rw-r--r-- | 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 877f6ba41..2f558faa7 100644 --- a/plugins/managesieve/managesieve.php +++ b/plugins/managesieve/managesieve.php @@ -62,7 +62,7 @@ class managesieve extends rcube_plugin "x-beenthere", ); - const VERSION = '6.1'; + const VERSION = '6.2'; const PROGNAME = 'Roundcube (Managesieve)'; const PORT = 4190; |