webmcp
diff framework/cgi-bin/webmcp.lua @ 83:6ab448e71d66
Changing version number to v1.2.3
author | jbe |
---|---|
date | Thu Jun 28 03:31:05 2012 +0200 (2012-06-28) |
parents | 727a10edeb8d |
children | 79bf3deefe21 |
line diff
1.1 --- a/framework/cgi-bin/webmcp.lua Wed Jun 27 19:18:27 2012 +0200 1.2 +++ b/framework/cgi-bin/webmcp.lua Thu Jun 28 03:31:05 2012 +0200 1.3 @@ -1,6 +1,6 @@ 1.4 #!/usr/bin/env lua 1.5 1.6 -_WEBMCP_VERSION = "1.2.2" 1.7 +_WEBMCP_VERSION = "1.2.3" 1.8 1.9 -- Lua 5.1 compatibility 1.10 if not table.unpack then