about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-07-31 12:00:58 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-07-31 12:00:58 +0200
commit1ea0e32c828394745b77169de2656ddfc1c38b5c (patch)
tree1b2228546f40616915a19764f8d9b3a140dd6656
parent4dba1c1f702e1be37c518078724454337c519a5b (diff)
downloadprofani-tty-1ea0e32c828394745b77169de2656ddfc1c38b5c.tar.gz
Set configure to devel
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 851c1904..78d80e74 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