diff -r 4570d6616c99 -r 51b85d631863 src/lxplib.c --- a/src/lxplib.c Thu Jun 02 16:29:50 2011 +0100 +++ b/src/lxplib.c Fri Jun 03 15:15:00 2011 +0100 @@ -547,7 +547,7 @@ lua_pushliteral (L, "LuaExpat is a SAX XML parser based on the Expat library"); lua_settable (L, -3); lua_pushliteral (L, "_VERSION"); - lua_pushliteral (L, "LuaExpat 1.1.0"); + lua_pushliteral (L, "LuaExpat 1.2.0"); lua_settable (L, -3); }