From a1f4ff39dde26f428e04681334767f9f3e1ba769 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Tue, 5 Jun 2018 08:57:01 -0700 Subject: [PATCH] dist: Update version to 3.0.3a1 3.0.2 is shipped; onwards and upwards. Signed-off-by: Brian Barrett --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 957024677ab..15225112cf4 100644 --- a/VERSION +++ b/VERSION @@ -15,7 +15,7 @@ major=3 minor=0 -release=2 +release=3 # 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 @@ -24,7 +24,7 @@ release=2 # requirement is that it must be entirely printable ASCII characters # and have no white space. -greek=rc1 +greek=a1 # If repo_rev is empty, then the repository version number will be # obtained during "make dist" via the "git describe --tags --always"