From cc753d2a29f9fbd51ece3e7a0fc2fc9f1cb28075 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 22 Jan 2019 11:38:40 +0100 Subject: [PATCH] Release 0.6.0 RC1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0b8e4512..5c00acaa 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,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