webmcp

changeset 363:1d850c6688b6 v2.0.2

New release of v2.0.2 because tar.gz file of v2.0.1 did not contain Makefile.options
author jbe
date Sun Mar 29 15:21:54 2015 +0200 (2015-03-29)
parents b66d446226af
children 71e2963d9c2c
files doc/autodoc-header.htmlpart framework/bin/mcp.lua framework/webmcp_version
line diff
     1.1 --- a/doc/autodoc-header.htmlpart	Sun Mar 29 15:19:39 2015 +0200
     1.2 +++ b/doc/autodoc-header.htmlpart	Sun Mar 29 15:21:54 2015 +0200
     1.3 @@ -55,10 +55,10 @@
     1.4          color: #505050;
     1.5        }
     1.6      </style>
     1.7 -    <title>WebMCP 2.0.1 Documentation</title>
     1.8 +    <title>WebMCP 2.0.2 Documentation</title>
     1.9    </head>
    1.10    <body>
    1.11 -    <h1>WebMCP 2.0.1 Documentation</h1>
    1.12 +    <h1>WebMCP 2.0.2 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	Sun Mar 29 15:19:39 2015 +0200
     2.2 +++ b/framework/bin/mcp.lua	Sun Mar 29 15:21:54 2015 +0200
     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.1"
     2.8 +WEBMCP_VERSION = "2.0.2"
     2.9  --//--
    2.10  
    2.11  --[[--
     3.1 --- a/framework/webmcp_version	Sun Mar 29 15:19:39 2015 +0200
     3.2 +++ b/framework/webmcp_version	Sun Mar 29 15:21:54 2015 +0200
     3.3 @@ -1,1 +1,1 @@
     3.4 -2.0.1
     3.5 +2.0.2

Impressum / About Us