# HG changeset patch # User jbe # Date 1350325817 -7200 # Node ID 4747ddffdeff3ade822b42a3b6164e2908251b40 # Parent dd21d2e06a954a16e98136c269f2caf9d75e8931 Set version number to 1.2.5 diff -r dd21d2e06a95 -r 4747ddffdeff doc/autodoc-header.htmlpart --- a/doc/autodoc-header.htmlpart Mon Oct 15 17:44:30 2012 +0200 +++ b/doc/autodoc-header.htmlpart Mon Oct 15 20:30:17 2012 +0200 @@ -55,10 +55,10 @@ color: #505050; } - WebMCP 1.2.4 Documentation + WebMCP 1.2.5 Documentation -

WebMCP 1.2.4 Documentation

+

WebMCP 1.2.5 Documentation

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.

diff -r dd21d2e06a95 -r 4747ddffdeff framework/cgi-bin/webmcp.lua --- a/framework/cgi-bin/webmcp.lua Mon Oct 15 17:44:30 2012 +0200 +++ b/framework/cgi-bin/webmcp.lua Mon Oct 15 20:30:17 2012 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env lua -_WEBMCP_VERSION = "1.2.4" +_WEBMCP_VERSION = "1.2.5" -- Lua 5.1 compatibility if not table.unpack then