aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap/src
diff options
context:
space:
mode:
authorAndre Carregal <carregal@luaforge.net>2007-12-14 15:14:54 +0000
committerAndre Carregal <carregal@luaforge.net>2007-12-14 15:14:54 +0000
commitad9c279dcdb3122ad947fa2f3362289935816540 (patch)
tree59a2fc9397055031df5824ce2dd2b4bf3115c513 /lualdap/src
parentChanges related to the new build strucutre using Lua 5.1 default paths (diff)
downloadlualdap-ad9c279dcdb3122ad947fa2f3362289935816540.tar.xz
lualdap-ad9c279dcdb3122ad947fa2f3362289935816540.zip
Preparing the 1.1.0 release
Diffstat (limited to 'lualdap/src')
-rwxr-xr-xlualdap/src/lualdap.c6
-rwxr-xr-xlualdap/src/lualdap.def2
2 files changed, 4 insertions, 4 deletions
diff --git a/lualdap/src/lualdap.c b/lualdap/src/lualdap.c
index 87da68e..b3a56be 100755
--- a/lualdap/src/lualdap.c
+++ b/lualdap/src/lualdap.c
@@ -1,7 +1,7 @@
/*
** LuaLDAP
** See Copyright Notice in license.html
-** $Id: lualdap.c,v 1.47 2007-03-13 22:07:33 godinho Exp $
+** $Id: lualdap.c,v 1.48 2007-12-14 15:11:22 carregal Exp $
*/
#include <stdlib.h>
@@ -972,13 +972,13 @@ static int lualdap_open_simple (lua_State *L) {
*/
static void set_info (lua_State *L) {
lua_pushliteral (L, "_COPYRIGHT");
- lua_pushliteral (L, "Copyright (C) 2003-2006 Kepler Project");
+ lua_pushliteral (L, "Copyright (C) 2003-2007 Kepler Project");
lua_settable (L, -3);
lua_pushliteral (L, "_DESCRIPTION");
lua_pushliteral (L, "LuaLDAP is a simple interface from Lua to an LDAP client");
lua_settable (L, -3);
lua_pushliteral (L, "_VERSION");
- lua_pushliteral (L, "LuaLDAP 1.0.2");
+ lua_pushliteral (L, "LuaLDAP 1.1.1");
lua_settable (L, -3);
}
diff --git a/lualdap/src/lualdap.def b/lualdap/src/lualdap.def
index b6e45bc..40fe17c 100755
--- a/lualdap/src/lualdap.def
+++ b/lualdap/src/lualdap.def
@@ -1,6 +1,6 @@
LIBRARY lualdap.dll
DESCRIPTION "LuaLDAP"
-VERSION 1.0.2
+VERSION 1.1.1
EXPORTS
luaopen_lualdap