# HG changeset patch # User jbe # Date 1335033859 -7200 # Node ID 8b487a14414c79386f12dcddcf353d5d3962cb85 # Parent 593413f317f4f4a29ff915e34b11a8043da226a5 Changed version number to 1.2.0 diff -r 593413f317f4 -r 8b487a14414c doc/autodoc-header.htmlpart --- a/doc/autodoc-header.htmlpart Sat Apr 21 20:21:16 2012 +0200 +++ b/doc/autodoc-header.htmlpart Sat Apr 21 20:44:19 2012 +0200 @@ -55,10 +55,10 @@ color: #505050; } - WebMCP 1.1.3 Documentation + WebMCP 1.2.0 Documentation -

WebMCP 1.1.3 Documentation

+

WebMCP 1.2.0 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 593413f317f4 -r 8b487a14414c framework/cgi-bin/webmcp.lua --- a/framework/cgi-bin/webmcp.lua Sat Apr 21 20:21:16 2012 +0200 +++ b/framework/cgi-bin/webmcp.lua Sat Apr 21 20:44:19 2012 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env lua -_WEBMCP_VERSION = "1.1.4" +_WEBMCP_VERSION = "1.2.0" -- Lua 5.1 compatibility if not table.unpack then