diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lua51/lcoco.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua51/lcoco.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua51/lcoco.h b/Build/source/texk/web2c/luatexdir/lua51/lcoco.h index 6e87a8d3c19..4fb6bca4b32 100644 --- a/Build/source/texk/web2c/luatexdir/lua51/lcoco.h +++ b/Build/source/texk/web2c/luatexdir/lua51/lcoco.h @@ -1,6 +1,6 @@ /* ** Lua/Coco glue. -** Copyright (C) 2004-2007 Mike Pall. See copyright notice in lcoco.c +** Copyright (C) 2004-2008 Mike Pall. See copyright notice in lcoco.c */ #if defined(__OpenBSD__) @@ -16,8 +16,8 @@ #ifndef lcoco_h #define lcoco_h -#define LUACOCO_VERSION "Coco 1.1.3" -#define LUACOCO_VERSION_NUM 10103 +#define LUACOCO_VERSION "Coco 1.1.5" +#define LUACOCO_VERSION_NUM 10105 /* Exported C API to add a C stack to a coroutine. */ LUA_API lua_State *lua_newcthread(lua_State *L, int cstacksize); |