# HG changeset patch # User jbe # Date 1333405533 -7200 # Node ID 382f042d99a34e6a9d34025e91c60367191d2701 # Parent f2fe38a545040e8374d357b76579db6e1e36472c Changed version number to v1.1.3 diff -r f2fe38a54504 -r 382f042d99a3 doc/autodoc-header.htmlpart --- a/doc/autodoc-header.htmlpart Mon Mar 05 19:08:49 2012 +0100 +++ b/doc/autodoc-header.htmlpart Tue Apr 03 00:25:33 2012 +0200 @@ -55,10 +55,10 @@ color: #505050; } - WebMCP 1.1.2 Documentation + WebMCP 1.1.3 Documentation -

WebMCP 1.1.2 Documentation

+

WebMCP 1.1.3 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 f2fe38a54504 -r 382f042d99a3 framework/cgi-bin/webmcp.lua --- a/framework/cgi-bin/webmcp.lua Mon Mar 05 19:08:49 2012 +0100 +++ b/framework/cgi-bin/webmcp.lua Tue Apr 03 00:25:33 2012 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env lua -_WEBMCP_VERSION = "1.1.2" +_WEBMCP_VERSION = "1.1.3" -- include "../lib/" in search path for libraries if not WEBMCP_PATH then