From 869f84b7ace7d78a5b151ad7186ee6e8ec073bfc Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Mon, 29 Oct 2018 15:18:51 -0700 Subject: [PATCH] dist: Update version to 3.1.4a1 Signed-off-by: Brian Barrett --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0a02acfe705..ae4077eb6c4 100644 --- a/VERSION +++ b/VERSION @@ -17,7 +17,7 @@ major=3 minor=1 -release=3 +release=4 # 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=3 # requirement is that it must be entirely printable ASCII characters # and have no white space. -greek=rc3 +greek=a1 # If repo_rev is empty, then the repository version number will be # obtained during "make dist" via the "git describe --tags --always"