From fac74b588f9ef769a8fb3be2d4db84f196abcbe5 Mon Sep 17 00:00:00 2001 From: Benjamin Tovar Date: Fri, 10 May 2024 11:20:20 -0400 Subject: [PATCH] bump to 7.11.0 --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 3ea7d7be68..212a411983 100755 --- a/configure +++ b/configure @@ -3,14 +3,14 @@ ########################### # *** Set for releases. *** -MAJOR=8 -MINOR=0 +MAJOR=7 +MINOR=11 MICRO=0 # 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=DEVELOPMENT +RELEASE=FINAL ########################### # *** You should not need to change anything below this line. ***