webmcp

changeset 21:2e1dbc97877a v1.1.0

Changed version to 1.1.0
author jbe
date Thu Apr 22 20:45:58 2010 +0200 (2010-04-22)
parents 47ddf0f86009
children c1f3eb9713a4
files doc/autodoc-header.htmlpart framework/cgi-bin/webmcp.lua
line diff
     1.1 --- a/doc/autodoc-header.htmlpart	Fri Apr 02 02:11:32 2010 +0200
     1.2 +++ b/doc/autodoc-header.htmlpart	Thu Apr 22 20:45:58 2010 +0200
     1.3 @@ -55,10 +55,10 @@
     1.4          color: #505050;
     1.5        }
     1.6      </style>
     1.7 -    <title>WebMCP 1.0.9 Documentation</title>
     1.8 +    <title>WebMCP 1.1.0 Documentation</title>
     1.9    </head>
    1.10    <body>
    1.11 -    <h1>WebMCP 1.0.9 Documentation</h1>
    1.12 +    <h1>WebMCP 1.1.0 Documentation</h1>
    1.13      <p>
    1.14        WebMCP is a completely new web development framework, and has not been extensively tested yet. The API might change at any time, but in future releases there will be a list of all changes, which break downward compatibility.
    1.15      </p>
     2.1 --- a/framework/cgi-bin/webmcp.lua	Fri Apr 02 02:11:32 2010 +0200
     2.2 +++ b/framework/cgi-bin/webmcp.lua	Thu Apr 22 20:45:58 2010 +0200
     2.3 @@ -1,6 +1,6 @@
     2.4  #!/usr/bin/env lua
     2.5  
     2.6 -_WEBMCP_VERSION = "1.0.9"
     2.7 +_WEBMCP_VERSION = "1.1.0"
     2.8  
     2.9  -- include "../lib/" in search path for libraries
    2.10  do

Impressum / About Us