# HG changeset patch # User jbe # Date 1341572051 -7200 # Node ID a5106c0a9be4ab036b7632ff876a0e065cb0fcb4 # Parent ed22ba3a288825fed7d47f33b7d4022dce33fa06 Changing version number to v1.2.4 diff -r ed22ba3a2888 -r a5106c0a9be4 doc/autodoc-header.htmlpart --- a/doc/autodoc-header.htmlpart Tue Jul 03 23:39:12 2012 +0200 +++ b/doc/autodoc-header.htmlpart Fri Jul 06 12:54:11 2012 +0200 @@ -55,10 +55,10 @@ color: #505050; } - WebMCP 1.2.3 Documentation + WebMCP 1.2.4 Documentation -

WebMCP 1.2.3 Documentation

+

WebMCP 1.2.4 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 ed22ba3a2888 -r a5106c0a9be4 framework/cgi-bin/webmcp.lua --- a/framework/cgi-bin/webmcp.lua Tue Jul 03 23:39:12 2012 +0200 +++ b/framework/cgi-bin/webmcp.lua Fri Jul 06 12:54:11 2012 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env lua -_WEBMCP_VERSION = "1.2.3" +_WEBMCP_VERSION = "1.2.4" -- Lua 5.1 compatibility if not table.unpack then