Skip to content

Commit

Permalink
0.3.0 was 100% borked. Re-releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Feb 15, 2016
1 parent 2bd2115 commit 98cc24b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ChangeLog
=========

0.3.1 (2016-??-??)
0.3.1 (2016-02-15)
------------------

* #451: Fixed a fatal crasher.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

This comment has been minimized.

Copy link
@staabm

staabm Feb 15, 2016

Member

Typo?

This comment has been minimized.

Copy link
@untitaker

untitaker Feb 15, 2016

Member

I don't think so. That's a fix to not crash if the build dir didn't exist.

This comment has been minimized.

Copy link
@evert

evert Feb 15, 2016

Author Member

Indeed =)

mkdir -p $(BUILD_DIR)
cp -R $(BUILD_FILES) $(BUILD_DIR)
touch $(BUILD_DIR)/Specific/ENABLE_INSTALL
Expand Down

0 comments on commit 98cc24b

Please sign in to comment.