src/lxplib.c

changeset 6
51b85d631863
parent 2
95f4883da11f
child 10
e981a82571cf
--- 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);
 }
 

mercurial