From 6e2300419675d9aeca2d4199dc141c17377f9d7b Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 19 May 2014 21:46:42 +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 2163c546..a60ede68 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