# HG changeset patch # User jbe # Date 1271961958 -7200 # Node ID 2e1dbc97877aeab9f07d4e8783927ae6110b7747 # Parent 47ddf0f860090d797d1ee1aa0434acdc93489c65 Changed version to 1.1.0 diff -r 47ddf0f86009 -r 2e1dbc97877a doc/autodoc-header.htmlpart --- a/doc/autodoc-header.htmlpart Fri Apr 02 02:11:32 2010 +0200 +++ b/doc/autodoc-header.htmlpart Thu Apr 22 20:45:58 2010 +0200 @@ -55,10 +55,10 @@ color: #505050; } - WebMCP 1.0.9 Documentation + WebMCP 1.1.0 Documentation -

WebMCP 1.0.9 Documentation

+

WebMCP 1.1.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 47ddf0f86009 -r 2e1dbc97877a framework/cgi-bin/webmcp.lua --- a/framework/cgi-bin/webmcp.lua Fri Apr 02 02:11:32 2010 +0200 +++ b/framework/cgi-bin/webmcp.lua Thu Apr 22 20:45:58 2010 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env lua -_WEBMCP_VERSION = "1.0.9" +_WEBMCP_VERSION = "1.1.0" -- include "../lib/" in search path for libraries do