# HG changeset patch # User jbe # Date 1427635314 -7200 # Node ID 1d850c6688b62a3cb8e0f86e3941dd0c47cce8d5 # Parent b66d446226af8d7c19c164093983f7eccf3af28a New release of v2.0.2 because tar.gz file of v2.0.1 did not contain Makefile.options diff -r b66d446226af -r 1d850c6688b6 doc/autodoc-header.htmlpart --- a/doc/autodoc-header.htmlpart Sun Mar 29 15:19:39 2015 +0200 +++ b/doc/autodoc-header.htmlpart Sun Mar 29 15:21:54 2015 +0200 @@ -55,10 +55,10 @@ color: #505050; } - WebMCP 2.0.1 Documentation + WebMCP 2.0.2 Documentation -

WebMCP 2.0.1 Documentation

+

WebMCP 2.0.2 Documentation

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

diff -r b66d446226af -r 1d850c6688b6 framework/bin/mcp.lua --- a/framework/bin/mcp.lua Sun Mar 29 15:19:39 2015 +0200 +++ b/framework/bin/mcp.lua Sun Mar 29 15:21:54 2015 +0200 @@ -5,7 +5,7 @@ A string containing the WebMCP version, e.g. "2.0.0" --]]-- -WEBMCP_VERSION = "2.0.1" +WEBMCP_VERSION = "2.0.2" --//-- --[[-- diff -r b66d446226af -r 1d850c6688b6 framework/webmcp_version --- a/framework/webmcp_version Sun Mar 29 15:19:39 2015 +0200 +++ b/framework/webmcp_version Sun Mar 29 15:21:54 2015 +0200 @@ -1,1 +1,1 @@ -2.0.1 +2.0.2