From bd1539b1a6f43ec3d40ddac7bba87dcddba99a10 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 9 Aug 2014 23:12:21 +0100 Subject: [PATCH] Set status to release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 406278a0..81e3f7d9 100644 --- a/configure.ac +++ b/configure.ac @@ -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