From 10231a8843b73e7fe724f4316234a530a1cdca6a Mon Sep 17 00:00:00 2001 From: Benjamin Tovar Date: Tue, 24 Sep 2019 11:49:45 -0400 Subject: [PATCH] Bump to 7.0.18 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 04515e4745..3f2219c9d4 100755 --- a/configure +++ b/configure @@ -10,7 +10,7 @@ MICRO=18 # 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=RC1 +RELEASE=FINAL ########################### # *** You should not need to change anything below this line. ***