about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-02-18 14:11:19 +0100
committerMichael Vetter <jubalh@iodoru.org>2019-02-18 14:11:19 +0100
commit7ca97e467e6014803af1f398fe15ce4f5d0ea54d (patch)
tree8438ac1662e79cd6442784fb3cf7a2b45072dc68 /configure.ac
parentcc753d2a29f9fbd51ece3e7a0fc2fc9f1cb28075 (diff)
downloadprofani-tty-7ca97e467e6014803af1f398fe15ce4f5d0ea54d.tar.gz
Set status to development
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5c00acaa..0b8e4512 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