Skip to content

Commit 19b7d29

Browse files
authored
added {5,0,0} to the check_version
1 parent af4e388 commit 19b7d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dtutils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ local dt = require "darktable"
3232

3333
local log = require "lib/dtutils.log"
3434

35-
dt.configuration.check_version(...,{3,0,0},{4,0,0})
35+
dt.configuration.check_version(...,{3,0,0},{4,0,0},{5,0,0})
3636

3737
dtutils.libdoc.functions["split"] = {
3838
Name = [[split]],

0 commit comments

Comments
 (0)