From 0d0a790e192bae30cb79d3e223d29fd27093732b Mon Sep 17 00:00:00 2001 From: Benjamin Tovar Date: Fri, 15 Mar 2019 08:14:41 -0400 Subject: [PATCH] Bump to 7.0.11 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index c51188d7e3..9eeb7e0b0b 100755 --- a/configure +++ b/configure @@ -10,7 +10,7 @@ MICRO=11 # Optionally set the source/tag for this code (e.g. RC1 or FINAL). Setting # this variable is instead useful for statically naming the source when it will # not match the branch name (like RC1 or FINAL). -RELEASE=RC2 +RELEASE=FINAL ########################### # *** You should not need to change anything below this line. ***