From f4b9442a3d1cce1085930f2586f9b39ee31d426b Mon Sep 17 00:00:00 2001 From: Benjamin Tovar Date: Tue, 16 Mar 2021 08:18:56 -0400 Subject: [PATCH] Bump to 7.2.2RC1 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 3e33a8886c..db5d626c8b 100755 --- a/configure +++ b/configure @@ -5,12 +5,12 @@ MAJOR=7 MINOR=2 -MICRO=1 +MICRO=2 # 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=FINAL +RELEASE=RC1 ########################### # *** You should not need to change anything below this line. ***