From 266aef93386ff5e263b9b5c5b68b954afe0ca68d Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 3 Feb 2020 11:16:28 +0100 Subject: [PATCH] Start next development cycle --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d79c41d9..f0366942 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AS_CASE([$host_os], [cygwin], [PLATFORM="cygwin"], [PLATFORM="nix"]) -PACKAGE_STATUS="release" +PACKAGE_STATUS="development" ### Get git branch and revision if in development if test "x$PACKAGE_STATUS" = xdevelopment; then