From 4e8692d4c39123ede36937eb65efce9bde67aa15 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Fri, 29 Jun 2018 09:16:48 -0700 Subject: [PATCH] dist: prep for 3.1.2 release 3.1.1 is tagged and shipping, so prep for next release version by updating the VERSION to 3.1.2a1 and adding a NEWS header. Signed-off-by: Brian Barrett --- NEWS | 4 ++++ VERSION | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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"