Skip to content

Commit 63d3a34

Browse files
authored
added {5,0,0} to the check_version
1 parent 6cda97c commit 63d3a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gettextExample.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ LUA ERROR Hallo Welt!
5353
5454
]]
5555
local dt = require "darktable"
56-
dt.configuration.check_version(...,{3,0,0},{4,0,0})
56+
dt.configuration.check_version(...,{3,0,0},{4,0,0},{5,0,0}))
5757

5858
-- Not translated Text
5959
dt.print_error("Hello World!")

0 commit comments

Comments
 (0)