# HG changeset patch # User jbe # Date 1340291783 -7200 # Node ID 727a10edeb8d8493eeb4138e39a13dcd0f83ae33 # Parent a6a00add617b20662f21d22a3e21fdf40646f49f Changed version number to 1.2.2 diff -r a6a00add617b -r 727a10edeb8d doc/autodoc-header.htmlpart --- a/doc/autodoc-header.htmlpart Wed Jun 20 00:43:09 2012 +0200 +++ b/doc/autodoc-header.htmlpart Thu Jun 21 17:16:23 2012 +0200 @@ -55,10 +55,10 @@ color: #505050; } - WebMCP 1.2.1 Documentation + WebMCP 1.2.2 Documentation -

WebMCP 1.2.1 Documentation

+

WebMCP 1.2.2 Documentation

WebMCP is a completely new web development framework, and has not been extensively tested yet. The API might change at any time, but in future releases there will be a list of all changes, which break downward compatibility.

diff -r a6a00add617b -r 727a10edeb8d framework/cgi-bin/webmcp.lua --- a/framework/cgi-bin/webmcp.lua Wed Jun 20 00:43:09 2012 +0200 +++ b/framework/cgi-bin/webmcp.lua Thu Jun 21 17:16:23 2012 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env lua -_WEBMCP_VERSION = "1.2.1" +_WEBMCP_VERSION = "1.2.2" -- Lua 5.1 compatibility if not table.unpack then