git-gui: Allow Tcl 9.0

TclTk 9.0 is now shipping, and git-gui is now patched to support use of this newer version. Adjust required versions to allow Tcl/Tk >= 8.6, including 9.x. Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>

Mark Levedahl committed May 16, 2025 at 22:30 UTC c20408c6b755a6b0fe869586cbba0bd6329978b5
1 file changed +1 -1
git-gui.sh
+1 -1
@@ -30,7 +30,7 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.}]
30 ##
31 ## Tcl/Tk sanity check
32
33 -if {[catch {package require Tcl 8.6-8.8} err]} {
33 +if {[catch {package require Tcl 8.6-} err]} {
34 catch {wm withdraw .}
35 tk_messageBox \
36 -icon error \