diff --git a/Documentation/docinfo.xml b/Documentation/docinfo.xml index ef3ab5889..2fe864c58 100644 --- a/Documentation/docinfo.xml +++ b/Documentation/docinfo.xml @@ -1,7 +1,7 @@ -Version 3.1.5 - August 2016 -for version 3.1.5 -2016-08-10 +Version 3.2.0 - October 2016 +for version 3.2.0 +2016-10-03 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". diff --git a/Documentation/includes/global-attributes.asciidoc b/Documentation/includes/global-attributes.asciidoc index f89838def..1697ca300 100644 --- a/Documentation/includes/global-attributes.asciidoc +++ b/Documentation/includes/global-attributes.asciidoc @@ -13,6 +13,6 @@ // TODO have the build system take care of this -:release_version: 3.1.5 +:release_version: 3.2.0 // vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab: diff --git a/NEWS b/NEWS index d80e52d56..893552916 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ -3.1.6 (2016-MM-DD) +3.2.0 (2016-10-03) ------------------ New features - [web] added IMAP folder subscriptions management (#255) - - [web] keyboard shortcuts (#1711, #1467, #3817) + - [web] keyboard hotkeys (#1711, #1467, #3817) - [eas] initial support for server-side mailbox search operations Enhancements diff --git a/Version b/Version index e21e2d798..7ce0ab4b5 100644 --- a/Version +++ b/Version @@ -3,5 +3,5 @@ # of the executable. MAJOR_VERSION=3 -MINOR_VERSION=1 -SUBMINOR_VERSION=5 +MINOR_VERSION=2 +SUBMINOR_VERSION=0