0.3.0 was 100% borked. Re-releasing

This commit is contained in:
Evert Pot 2016-02-15 15:36:34 -05:00
parent 2bd211594f
commit 98cc24be88
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
ChangeLog
=========
0.3.1 (2016-??-??)
0.3.1 (2016-02-15)
------------------
* #451: Fixed a fatal crasher.

View file

@ -8,7 +8,7 @@ VERSION=$(shell php -r "include 'Core/Distrib.php'; echo BAIKAL_VERSION;")
dist: vendor/autoload.php
# Building Baikal $(VERSION)
rm -r $(BUILD_DIR)
rm -r $(BUILD_DIR); true
mkdir -p $(BUILD_DIR)
cp -R $(BUILD_FILES) $(BUILD_DIR)
touch $(BUILD_DIR)/Specific/ENABLE_INSTALL