diff --git a/build/index.php b/build/index.php index 17c78d9..6ea0687 100644 --- a/build/index.php +++ b/build/index.php @@ -380,7 +380,7 @@ Actions: /////////////////////////////////////////////////////////////////////////////////////////////// /////////////// Do not edit below this line unless you know what you are doing! /////////////// /////////////////////////////////////////////////////////////////////////////////////////////// -$version = "v0.10"; +$version = "v0.11-dev"; /// Environment /// $env = new stdClass(); $env->action = $settings->defaultaction; @@ -954,7 +954,7 @@ class page_renderer @@ -966,7 +966,7 @@ class page_renderer

From {sitename}, which is managed by {admin-details-name}.

{footer-message}

Timed at {generation-date}

-

Powered by Pepperminty Wiki v0.10.

+

Powered by Pepperminty Wiki v0.11-dev.

"; // An array of functions that have been registered to process the @@ -1021,7 +1021,7 @@ class page_renderer "{body}" => $body_template, "{sitename}" => $logo_html, - "v0.10" => $version, + "v0.11-dev" => $version, "{favicon-url}" => $settings->favicon, "{header-html}" => self::get_css_as_html(), diff --git a/version b/version index 9097bf9..4068888 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.10 +v0.11-dev