]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-gui: Allow Tcl 9.0
authorMark Levedahl <mlevedahl@gmail.com>
Sat, 17 May 2025 02:30:37 +0000 (22:30 -0400)
committerMark Levedahl <mlevedahl@gmail.com>
Thu, 31 Jul 2025 17:51:03 +0000 (13:51 -0400)
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>
git-gui.sh

index 1ebf1e288d8ea3c3b0f2ca7389559dd3a33d2319..44e801c5bf6055b54b4c3cdebebd35e29d1e051e 100755 (executable)
@@ -30,7 +30,7 @@ along with this program; if not, see <https://www.gnu.org/licenses/>.}]
 ##
 ## Tcl/Tk sanity check
 
-if {[catch {package require Tcl 8.6-8.8} err]} {
+if {[catch {package require Tcl 8.6-} err]} {
        catch {wm withdraw .}
        tk_messageBox \
                -icon error \