diff --git a/Changelog.md b/Changelog.md index 8ab3a55..1b806ae 100755 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # Changelog -## v0.12.1-dev +## v0.12.1-beta1 ### Added - Added a class to the search term highlighting to aid theming (#92) diff --git a/build/index.php b/build/index.php index 9f74d66..d1b3518 100755 --- a/build/index.php +++ b/build/index.php @@ -308,7 +308,7 @@ Actions: /////////////////////////////////////////////////////////////////////////////////////////////// /////////////// Do not edit below this line unless you know what you are doing! /////////////// /////////////////////////////////////////////////////////////////////////////////////////////// -$version = "v0.12.1"; +$version = "v0.12.1-beta1"; /// Environment /// $env = new stdClass(); $env->action = $settings->defaultaction; @@ -1047,7 +1047,7 @@ class page_renderer @@ -1059,7 +1059,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.12.1-beta1.
"; // An array of functions that have been registered to process the @@ -1114,7 +1114,7 @@ class page_renderer "{body}" => $body_template, "{sitename}" => $logo_html, - "v0.12.1" => $version, + "v0.12.1-beta1" => $version, "{favicon-url}" => $settings->favicon, "{header-html}" => self::get_header_html(), diff --git a/version b/version index 9ca265d..eb0d3aa 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.12.1 +v0.12.1-beta1