Set status to release

This commit is contained in:
James Booth
2014-03-29 17:12:12 +00:00
parent f8ba6bbdea
commit 45cf45b218

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