webmcp

changeset 388:29eeba26ff9f

Changed version number to 2.0.4
author jbe
date Wed Dec 02 09:37:47 2015 +0100 (2015-12-02)
parents cd9329b3bd78
children a7a335e2db93
files doc/autodoc-header.htmlpart framework/bin/mcp.lua
line diff
     1.1 --- a/doc/autodoc-header.htmlpart	Tue Dec 01 22:35:47 2015 +0100
     1.2 +++ b/doc/autodoc-header.htmlpart	Wed Dec 02 09:37:47 2015 +0100
     1.3 @@ -64,10 +64,10 @@
     1.4          color: #505050;
     1.5        }
     1.6      </style>
     1.7 -    <title>WebMCP 2.0.3 Documentation</title>
     1.8 +    <title>WebMCP 2.0.4 Documentation</title>
     1.9    </head>
    1.10    <body>
    1.11 -    <h1>WebMCP 2.0.3 Documentation</h1>
    1.12 +    <h1>WebMCP 2.0.4 Documentation</h1>
    1.13      <p>
    1.14        WebMCP is a web development framework based on the Lua programming language (read more about Lua <a href="http://www.lua.org/about.html">here</a>).
    1.15      </p>
     2.1 --- a/framework/bin/mcp.lua	Tue Dec 01 22:35:47 2015 +0100
     2.2 +++ b/framework/bin/mcp.lua	Wed Dec 02 09:37:47 2015 +0100
     2.3 @@ -5,7 +5,7 @@
     2.4  
     2.5  A string containing the WebMCP version, e.g. "2.0.0"
     2.6  --]]--
     2.7 -WEBMCP_VERSION = "2.0.3"
     2.8 +WEBMCP_VERSION = "2.0.4"
     2.9  --//--
    2.10  
    2.11  --[[--

Impressum / About Us