# HG changeset patch # User jbe # Date 1449045467 -3600 # Node ID 29eeba26ff9f345d8ec823292e5e90243a8fedf1 # Parent cd9329b3bd78032d03ba492a54857abda36f57df Changed version number to 2.0.4 diff -r cd9329b3bd78 -r 29eeba26ff9f doc/autodoc-header.htmlpart --- a/doc/autodoc-header.htmlpart Tue Dec 01 22:35:47 2015 +0100 +++ b/doc/autodoc-header.htmlpart Wed Dec 02 09:37:47 2015 +0100 @@ -64,10 +64,10 @@ color: #505050; } - WebMCP 2.0.3 Documentation + WebMCP 2.0.4 Documentation -

WebMCP 2.0.3 Documentation

+

WebMCP 2.0.4 Documentation

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

diff -r cd9329b3bd78 -r 29eeba26ff9f framework/bin/mcp.lua --- a/framework/bin/mcp.lua Tue Dec 01 22:35:47 2015 +0100 +++ b/framework/bin/mcp.lua Wed Dec 02 09:37:47 2015 +0100 @@ -5,7 +5,7 @@ A string containing the WebMCP version, e.g. "2.0.0" --]]-- -WEBMCP_VERSION = "2.0.3" +WEBMCP_VERSION = "2.0.4" --//-- --[[--