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. ***