Skip to content

Commit d9158fb

Browse files
gRuGoboucman
authored andcommitted
Update cr2hdr.lua
for darktable 2.0
1 parent 4271912 commit d9158fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/cr2hdr.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ USAGE
3434

3535
local darktable = require "darktable"
3636

37-
-- Tested with darktable 1.6.2
38-
darktable.configuration.check_version(...,{2,0,2})
37+
-- Tested with darktable 2.0.1
38+
darktable.configuration.check_version(...,{2,0,0},{3,0,0})
3939

4040
local queue = {}
4141
local processed_files = {}

0 commit comments

Comments
 (0)