Skip to content

Commit a40d8b8

Browse files
authored
added {5,0,0} to the check_version
1 parent 15a492c commit a40d8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/geoToolbox.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ local df = require "lib/dtutils.file"
3030
require "official/yield"
3131
local gettext = dt.gettext
3232

33-
dt.configuration.check_version(...,{3,0,0},{4,0,0})
33+
dt.configuration.check_version(...,{3,0,0},{4,0,0},{5,0,0})
3434

3535
-- Tell gettext where to find the .mo file translating messages for a particular domain
3636
gettext.bindtextdomain("geoToolbox",dt.configuration.config_dir.."/lua/locale/")

0 commit comments

Comments
 (0)