Skip to content

Commit d3742bb

Browse files
authored
added {5,0,0} to the check_version
1 parent 75cb1a5 commit d3742bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/preferenceExamples.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ USAGE
2222
* require this script from your main lua file
2323
]]
2424
local dt = require "darktable"
25-
dt.configuration.check_version(...,{2,0,1},{3,0,0},{4,0,0})
25+
dt.configuration.check_version(...,{2,0,1},{3,0,0},{4,0,0},{5,0,0})
2626

2727
dt.preferences.register("preferenceExamples", -- script: This is a string used to avoid name collision in preferences (i.e namespace). Set it to something unique, usually the name of the script handling the preference.
2828
"preferenceExamplesString", -- name

0 commit comments

Comments
 (0)