From 1b2a70629fc6263f4797925fd8857ffffb99e107 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 26 Jun 2016 18:05:29 +0100 Subject: [PATCH] Bump version --- build/index.php | 8 ++++---- version | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/index.php b/build/index.php index e1b7d8f..bf5d21b 100644 --- a/build/index.php +++ b/build/index.php @@ -305,7 +305,7 @@ Actions: /////////////////////////////////////////////////////////////////////////////////////////////// /////////////// Do not edit below this line unless you know what you are doing! /////////////// /////////////////////////////////////////////////////////////////////////////////////////////// -$version = "v0.12-dev"; +$version = "v0.12-beta1"; /// Environment /// $env = new stdClass(); $env->action = $settings->defaultaction; @@ -1025,7 +1025,7 @@ class page_renderer @@ -1037,7 +1037,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-dev.

+

Powered by Pepperminty Wiki v0.12-beta1.

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