From 7ab9ef8991924b91874ab8867b63c668dbd22b54 Mon Sep 17 00:00:00 2001 From: Benjamin Tovar Date: Thu, 18 Mar 2021 07:56:44 -0400 Subject: [PATCH] Bump to 7.2.4RC1 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 1a69d76710..3ce9f3ef03 100755 --- a/configure +++ b/configure @@ -5,12 +5,12 @@ MAJOR=7 MINOR=2 -MICRO=3 +MICRO=4 # 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. ***