mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 8107f8f4d5de54f3704f49593fbd8c51bd8b135c
parent f26acb7d1b7ed2d0e79076397cf9f3c071fa62bd
Author: wunderfeyd <wunderfeyd@datenstrom.se>
Date:   Sun, 14 Dec 2014 01:12:09 +0100

Bump version number
Diffstat:
Msystem/core/core.php | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/system/core/core.php b/system/core/core.php @@ -5,7 +5,7 @@ // Yellow main class class Yellow { - const Version = "0.4.11"; + const Version = "0.4.13"; var $page; //current page var $pages; //pages from file system var $config; //configuration @@ -2317,4 +2317,4 @@ date_default_timezone_set(@date_default_timezone_get()); // Error reporting for PHP error_reporting(E_ALL ^ E_NOTICE); -?> -\ No newline at end of file +?>