Skip to content

Commit

Permalink
Correction on release number on module (VERSION).
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasguisasola committed Jun 14, 2019
1 parent 977323d commit 5496d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/luasql.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ LUASQL_API void luasql_set_info (lua_State *L) {
lua_pushliteral (L, "LuaSQL is a simple interface from Lua to a DBMS");
lua_settable (L, -3);
lua_pushliteral (L, "_VERSION");
lua_pushliteral (L, "LuaSQL 2.4.1 (for "LUA_VERSION")");
lua_pushliteral (L, "LuaSQL 2.5.0 (for "LUA_VERSION")");
lua_settable (L, -3);
}

0 comments on commit 5496d60

Please sign in to comment.