aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap/src/lualdap.c
diff options
context:
space:
mode:
authorTomas Guisasola <tomas@luaforge.net>2005-04-01 17:01:45 +0000
committerTomas Guisasola <tomas@luaforge.net>2005-04-01 17:01:45 +0000
commit53390e957883233db8981897470cc49e4a690456 (patch)
treeade4ad2290a584d5c888539480b77cc694754f7b /lualdap/src/lualdap.c
parentSmall corrections. (diff)
downloadlualdap-53390e957883233db8981897470cc49e4a690456.tar.xz
lualdap-53390e957883233db8981897470cc49e4a690456.zip
Removing old loader.tmpl.
Correcting Makefile to accomplish CVS structure modifications.
Diffstat (limited to '')
-rwxr-xr-xlualdap/src/lualdap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lualdap/src/lualdap.c b/lualdap/src/lualdap.c
index 2de159e..b5d84e5 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.39 2005-04-01 16:49:12 tomas Exp $
+** $Id: lualdap.c,v 1.40 2005-04-01 17:01:45 tomas Exp $
*/
#include <stdlib.h>
@@ -961,7 +961,7 @@ static void set_info (lua_State *L) {
lua_pushliteral (L, "LuaLDAP");
lua_settable (L, -3);
lua_pushliteral (L, "_VERSION");
- lua_pushliteral (L, "1.0b");
+ lua_pushliteral (L, "1.0");
lua_settable (L, -3);
}