diff options
-rw-r--r-- | plugins/lua/lua.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lua/lua.c b/plugins/lua/lua.c index 936af6c5..9574fd4d 100644 --- a/plugins/lua/lua.c +++ b/plugins/lua/lua.c @@ -35,7 +35,7 @@ */ #define LXC_NAME "Lua" #define LXC_DESC "Lua scripting interface" -#define LXC_VERSION "0.7 ($Rev: 91 $)" +#define LXC_VERSION "0.7 (r91)" #include <stdlib.h> #include <stdio.h> |