diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d527a23..d2e70542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ ChangeLog ========= +0.4.3 (2016-03-23) +------------------ + +* #513: Fixed error during installation, introduced with 0.4.2. +* Ships with sabre/dav 3.1.2 + + 0.4.2 (2016-03-21) ------------------ diff --git a/Core/Distrib.php b/Core/Distrib.php index efa1dcf9..fce7b5c3 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.4.2"); +define("BAIKAL_VERSION", "0.4.3"); define("BAIKAL_HOMEPAGE", "http://baikal-server.com");