Atualizacao para a versao beta 3.
This commit is contained in:
parent
8763038e1f
commit
e252e4947a
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ LIB_EXT= .dylib
|
||||
LIB_OPTION= -dynamiclib
|
||||
COMPAT_DIR= ../compat
|
||||
|
||||
VERSION= 2.0b2
|
||||
VERSION= 2.0b3
|
||||
|
||||
OBJS= compat-5.1.o luasql.o ls_$T.o
|
||||
LIBNAME= lib$T.$(VERSION)$(LIB_EXT)
|
||||
|
10
index.html
10
index.html
@ -90,7 +90,7 @@ as Lua 5.0.
|
||||
<a name=version></a>
|
||||
<h2>Current Version</h2>
|
||||
<p>
|
||||
LuaSQL version 2.0 beta 2 (for Lua 5.0) is now available for
|
||||
LuaSQL version 2.0 beta 3 (for Lua 5.0) is now available for
|
||||
<a href="#download">download</a>.<br />
|
||||
The PostgreSQL driver has been tested on Linux and MacOS X and is compatible
|
||||
with PostgreSQL 7.x.
|
||||
@ -113,10 +113,14 @@ Forge</a> page.
|
||||
<h2>What's New</h2>
|
||||
|
||||
<ul>
|
||||
<li>[12/26/2004] Version 2.0 beta 2 released
|
||||
<li>[12/22/2004] Version 2.0 beta 3 released
|
||||
<li>[11/26/2004] Version 2.0 beta 2 released
|
||||
<li>[12/10/2003] Version 2.0 beta released
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Version 2.0 beta 3 has only minor bug fixes.
|
||||
</p>
|
||||
<p>
|
||||
Version 2.0 beta 2 has some bug fixes and the new SQLite and JDBC drivers.
|
||||
Also, it follows the
|
||||
@ -219,7 +223,7 @@ Comments are welcome!
|
||||
|
||||
<hr>
|
||||
<small>
|
||||
$Id: index.html,v 1.34 2004/11/26 14:18:50 carregal Exp $
|
||||
$Id: index.html,v 1.35 2004/12/22 14:21:50 tomas Exp $
|
||||
</small>
|
||||
|
||||
</body>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: luasql.c,v 1.14 2004/11/17 14:16:52 tomas Exp $
|
||||
** $Id: luasql.c,v 1.15 2004/12/22 14:21:50 tomas Exp $
|
||||
** See Copyright Notice in license.html
|
||||
*/
|
||||
|
||||
@ -92,6 +92,6 @@ LUASQL_API void luasql_set_info (lua_State *L) {
|
||||
lua_pushliteral (L, "LuaSQL");
|
||||
lua_settable (L, -3);
|
||||
lua_pushliteral (L, "_VERSION");
|
||||
lua_pushliteral (L, "2.0b2");
|
||||
lua_pushliteral (L, "2.0b3");
|
||||
lua_settable (L, -3);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user