0.3.0 was 100% borked. Re-releasing
This commit is contained in:
parent
2bd211594f
commit
98cc24be88
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
ChangeLog
|
ChangeLog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
0.3.1 (2016-??-??)
|
0.3.1 (2016-02-15)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* #451: Fixed a fatal crasher.
|
* #451: Fixed a fatal crasher.
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ VERSION=$(shell php -r "include 'Core/Distrib.php'; echo BAIKAL_VERSION;")
|
||||||
|
|
||||||
dist: vendor/autoload.php
|
dist: vendor/autoload.php
|
||||||
# Building Baikal $(VERSION)
|
# Building Baikal $(VERSION)
|
||||||
rm -r $(BUILD_DIR)
|
rm -r $(BUILD_DIR); true
|
||||||
mkdir -p $(BUILD_DIR)
|
mkdir -p $(BUILD_DIR)
|
||||||
cp -R $(BUILD_FILES) $(BUILD_DIR)
|
cp -R $(BUILD_FILES) $(BUILD_DIR)
|
||||||
touch $(BUILD_DIR)/Specific/ENABLE_INSTALL
|
touch $(BUILD_DIR)/Specific/ENABLE_INSTALL
|
||||||
|
|
Loading…
Reference in a new issue