From f7a84c011b735074f1d044a0b3bda55d644be25b Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 1 Oct 2016 11:42:10 +0100 Subject: [PATCH] Bump version to v0.13-dev --- build/index.php | 8 ++++---- version | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/index.php b/build/index.php index bccb62a..563fa86 100755 --- a/build/index.php +++ b/build/index.php @@ -315,7 +315,7 @@ Actions: /////////////////////////////////////////////////////////////////////////////////////////////// /////////////// Do not edit below this line unless you know what you are doing! /////////////// /////////////////////////////////////////////////////////////////////////////////////////////// -$version = "v0.12.1"; +$version = "v0.13-dev"; /// Environment /// $env = new stdClass(); $env->action = $settings->defaultaction; @@ -1088,7 +1088,7 @@ class page_renderer @@ -1100,7 +1100,7 @@ class page_renderer

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

{footer-message}

Timed at {generation-date}

-

Powered by Pepperminty Wiki v0.12.1.

+

Powered by Pepperminty Wiki v0.13-dev.

"; // An array of functions that have been registered to process the @@ -1155,7 +1155,7 @@ class page_renderer "{body}" => $body_template, "{sitename}" => $logo_html, - "v0.12.1" => $version, + "v0.13-dev" => $version, "{favicon-url}" => $settings->favicon, "{header-html}" => self::get_header_html(), diff --git a/version b/version index 9ca265d..8287f28 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.12.1 +v0.13-dev