# HG changeset patch # User jbe # Date 1427399495 -3600 # Node ID 785ff282af1669cfe1812d6b250a317a1960ae11 # Parent a74e62c965011561d385cd68eb37ab6230ce89f0 Changed version string to "2.0.1" diff -r a74e62c96501 -r 785ff282af16 doc/autodoc-header.htmlpart --- a/doc/autodoc-header.htmlpart Thu Mar 26 20:45:07 2015 +0100 +++ b/doc/autodoc-header.htmlpart Thu Mar 26 20:51:35 2015 +0100 @@ -55,10 +55,10 @@ color: #505050; } - WebMCP 2.0.0 Documentation + WebMCP 2.0.1 Documentation -

WebMCP 2.0.0 Documentation

+

WebMCP 2.0.1 Documentation

WebMCP is a web development framework based on the Lua programming language (read more about Lua here).

diff -r a74e62c96501 -r 785ff282af16 framework/bin/mcp.lua --- a/framework/bin/mcp.lua Thu Mar 26 20:45:07 2015 +0100 +++ b/framework/bin/mcp.lua Thu Mar 26 20:51:35 2015 +0100 @@ -5,7 +5,7 @@ A string containing the WebMCP version, e.g. "2.0.0" --]]-- -WEBMCP_VERSION = "2.0.0" +WEBMCP_VERSION = "2.0.1" --//-- --[[-- diff -r a74e62c96501 -r 785ff282af16 framework/webmcp_version --- a/framework/webmcp_version Thu Mar 26 20:45:07 2015 +0100 +++ b/framework/webmcp_version Thu Mar 26 20:51:35 2015 +0100 @@ -1,1 +1,1 @@ -2.0.0 +2.0.1