TkRemind now requires Remind 06.00.00

This commit is contained in:
Dianne Skoll
2025-08-13 11:36:01 -04:00
parent cde5ffc84a
commit 79a87c6f1a

View File

@@ -359,8 +359,8 @@ set HighestTagSoFar 0
# Check Remind version
set ver [GetRemindVersion]
if {"$ver" < "04.03.03"} {
tk_messageBox -message "This version of TkRemind requires Remind version 04.03.03 or newer; you have version $ver" -icon error -type ok
if {"$ver" < "06.00.00"} {
tk_messageBox -message "This version of TkRemind requires Remind version 06.00.00 or newer; you have version $ver" -icon error -type ok
exit 1
}