commit 0069eae3317c64cdf0156b0478717c331843daff
parent f26acb7d1b7ed2d0e79076397cf9f3c071fa62bd
Author: Mark Seuffert <markseu@users.noreply.github.com>
Date: Sun, 14 Dec 2014 01:15:20 +0100
Merge pull request #32 from wunderfeyd/master
Bump version number
Diffstat:
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
+?>