Bump version number

This commit is contained in:
wunderfeyd 2014-12-14 01:12:09 +01:00
parent f26acb7d1b
commit 8107f8f4d5

View file

@ -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);
?>
?>