Skip to content

Commit 8436c87

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hello_world.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ USAGE
2727
2828
]]
2929
local dt = require "darktable"
30-
dt.configuration.check_version(...,{2,0,0},{3,0,0},{4,0,0})
30+
dt.configuration.check_version(...,{2,0,0},{3,0,0},{4,0,0},{5,0,0})
3131

3232
dt.print("hello, world")
3333

0 commit comments

Comments
 (0)