Merge branch 'master' into develop

pull/2551/head
David Baker 2016-11-04 10:18:30 +00:00
commit bc092d5c77
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
hanges in [0.8.4](https://github.com/vector-im/vector-web/releases/tag/v0.8.4) (2016-11-04)
============================================================================================
[Full Changelog](https://github.com/vector-im/vector-web/compare/v0.8.4-rc.2...v0.8.4)
* No changes
Changes in [0.8.4-rc.2](https://github.com/vector-im/vector-web/releases/tag/v0.8.4-rc.2) (2016-11-02)
======================================================================================================
[Full Changelog](https://github.com/vector-im/vector-web/compare/v0.8.4-rc.1...v0.8.4-rc.2)

View File

@ -2,8 +2,8 @@
set -e
if [ $# -eq 1 ]; then
version=$1
if [ -n "$DIST_VERSION" ]; then
version=$DIST_VERSION
else
version=`git describe --dirty --tags || echo unknown`
fi