Set status to release

This commit is contained in:
James Booth
2014-05-18 02:09:02 +01:00
parent 47d0014107
commit e467e91302

View File

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