# HG changeset patch # User jbe # Date 1463419948 -7200 # Node ID 0221836a9db57e63c7602beace0c051775608355 # Parent 8145293e3f4a9fd3fadaa2fd57633277646e2660 Changed version number to 2.1.0 diff -r 8145293e3f4a -r 0221836a9db5 doc/autodoc-header.htmlpart --- a/doc/autodoc-header.htmlpart Mon May 16 15:41:58 2016 +0200 +++ b/doc/autodoc-header.htmlpart Mon May 16 19:32:28 2016 +0200 @@ -82,10 +82,10 @@ color: #505050; } -
WebMCP is a web development framework based on the Lua programming language (read more about Lua here).
diff -r 8145293e3f4a -r 0221836a9db5 framework/bin/mcp.lua --- a/framework/bin/mcp.lua Mon May 16 15:41:58 2016 +0200 +++ b/framework/bin/mcp.lua Mon May 16 19:32:28 2016 +0200 @@ -5,7 +5,7 @@ A string containing the WebMCP version, e.g. "2.0.0" --]]-- -WEBMCP_VERSION = "2.0.4" +WEBMCP_VERSION = "2.1.0" --//-- --[[-- diff -r 8145293e3f4a -r 0221836a9db5 framework/webmcp_version --- a/framework/webmcp_version Mon May 16 15:41:58 2016 +0200 +++ b/framework/webmcp_version Mon May 16 19:32:28 2016 +0200 @@ -1,1 +1,1 @@ -2.0.4 +2.1.0