webmcp

changeset 49:07ddd0da7479 v1.1.2

Version number changed to 1.1.2
author jbe
date Mon Nov 08 01:53:55 2010 +0100 (2010-11-08)
parents 17435a7d252b
children 8026a0330598
files doc/autodoc-header.htmlpart framework/cgi-bin/webmcp.lua
line diff
     1.1 --- a/doc/autodoc-header.htmlpart	Sat Oct 16 19:03:18 2010 +0200
     1.2 +++ b/doc/autodoc-header.htmlpart	Mon Nov 08 01:53:55 2010 +0100
     1.3 @@ -55,10 +55,10 @@
     1.4          color: #505050;
     1.5        }
     1.6      </style>
     1.7 -    <title>WebMCP 1.1.1 Documentation</title>
     1.8 +    <title>WebMCP 1.1.2 Documentation</title>
     1.9    </head>
    1.10    <body>
    1.11 -    <h1>WebMCP 1.1.1 Documentation</h1>
    1.12 +    <h1>WebMCP 1.1.2 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	Sat Oct 16 19:03:18 2010 +0200
     2.2 +++ b/framework/cgi-bin/webmcp.lua	Mon Nov 08 01:53:55 2010 +0100
     2.3 @@ -1,6 +1,6 @@
     2.4  #!/usr/bin/env lua
     2.5  
     2.6 -_WEBMCP_VERSION = "1.1.1"
     2.7 +_WEBMCP_VERSION = "1.1.2"
     2.8  
     2.9  -- include "../lib/" in search path for libraries
    2.10  if not WEBMCP_PATH then

Impressum / About Us