Bump version to 04.03.03

This commit is contained in:
Dianne Skoll
2024-03-16 15:27:34 -04:00
parent 9290f53466
commit a0830ad23c
4 changed files with 7 additions and 7 deletions

View File

@@ -330,8 +330,8 @@ set HighestTagSoFar 0
# Check Remind version
set ver [GetRemindVersion]
if {"$ver" < "04.03.00"} {
tk_messageBox -message "This version of TkRemind requires Remind version 04.03.00 or newer; you have version $ver" -icon error -type ok
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
exit 1
}