Skip to content

Commit

Permalink
update MuPDF to version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chrox committed Feb 3, 2015
1 parent 406bbc7 commit 5ca01de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ffi/mupdf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ local mupdf = {
}
-- this cannot get adapted by the cdecl file because it is a
-- string constant. Must match the actual mupdf API:
local FZ_VERSION = "1.5"
local FZ_VERSION = "1.6"

local document_mt = { __index = {} }
local page_mt = { __index = {} }
Expand Down
2 changes: 1 addition & 1 deletion mupdf
Submodule mupdf updated from d189e8 to 9268b5

0 comments on commit 5ca01de

Please sign in to comment.