diff --git a/NEWS b/NEWS index 3468aee81f6..1a4ee2ac48c 100644 --- a/NEWS +++ b/NEWS @@ -54,6 +54,10 @@ included in the vX.Y.Z section and be denoted as: (** also appeared: A.B.C) -- indicating that this item was previously included in release version vA.B.C. + +3.1.2 -- September, 2018 +------------------------ + 3.1.1 -- June, 2018 ------------------- diff --git a/VERSION b/VERSION index 7a0c9de503a..c542de536fc 100644 --- a/VERSION +++ b/VERSION @@ -17,7 +17,7 @@ major=3 minor=1 -release=1 +release=2 # greek is generally used for alpha or beta release tags. If it is # non-empty, it will be appended to the version number. It does not @@ -26,7 +26,7 @@ release=1 # requirement is that it must be entirely printable ASCII characters # and have no white space. -greek=rc2 +greek=a1 # If repo_rev is empty, then the repository version number will be # obtained during "make dist" via the "git describe --tags --always"