Release 0.4.7

This commit is contained in:
James Booth
2015-09-20 16:46:29 +01:00
parent d7bba74091
commit 60acf6f05b
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,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