Release 0.5.0

This commit is contained in:
James Booth
2016-09-14 22:13:06 +01:00
parent 8b83e79992
commit 6d274ba846
3 changed files with 2 additions and 218 deletions

View File

@@ -26,7 +26,7 @@ AS_CASE([$host_os],
[cygwin], [PLATFORM="cygwin"],
[PLATFORM="nix"])
PACKAGE_STATUS="development"
PACKAGE_STATUS="release"
### Get git branch and revision if in development
if test "x$PACKAGE_STATUS" = xdevelopment; then