From 9c44a59cd9c3eefa96c687ce98598ef98ed97934 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Mon, 15 Feb 2016 15:25:49 -0500 Subject: [PATCH] Bumped version, updated changelog --- CHANGELOG.md | 6 ++++++ Core/Distrib.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22f7cf9..e0b8571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ChangeLog ========= +0.3.1 (2016-??-??) +------------------ + +* #451: Fixed a fatal crasher. + + 0.3.0 (2016-02-14) ------------------ diff --git a/Core/Distrib.php b/Core/Distrib.php index bb74cf4..f0465cd 100644 --- a/Core/Distrib.php +++ b/Core/Distrib.php @@ -24,5 +24,5 @@ # This copyright notice MUST APPEAR in all copies of the script! ################################################################# -define("BAIKAL_VERSION", "0.3.0"); +define("BAIKAL_VERSION", "0.3.1"); define("BAIKAL_HOMEPAGE", "http://baikal-server.com");