summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/oberdiek/pdftexcmds.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/oberdiek/pdftexcmds.lua')
-rw-r--r--Master/texmf-dist/scripts/oberdiek/pdftexcmds.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/oberdiek/pdftexcmds.lua b/Master/texmf-dist/scripts/oberdiek/pdftexcmds.lua
index 73cc9e33494..02570a68902 100644
--- a/Master/texmf-dist/scripts/oberdiek/pdftexcmds.lua
+++ b/Master/texmf-dist/scripts/oberdiek/pdftexcmds.lua
@@ -9,7 +9,7 @@
-- This is a generated file.
--
-- Project: pdftexcmds
--- Version: 2011/04/16 v0.15
+-- Version: 2011/04/22 v0.16
--
-- Copyright (C) 2007, 2009-2011 by
-- Heiko Oberdiek <heiko.oberdiek at googlemail.com>
@@ -41,7 +41,7 @@
module("oberdiek.pdftexcmds", package.seeall)
local systemexitstatus
function getversion()
- tex.write("2011/04/16 v0.15")
+ tex.write("2011/04/22 v0.16")
end
function strcmp(A, B)
if A == B then
@@ -276,7 +276,7 @@ function shellescape()
if os.execute then
if status
and status.luatex_version
- and status.luatex_version >= 70 then
+ and status.luatex_version >= 68 then
tex.write(os.execute())
else
local result = os.execute()