about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-02-03 11:16:28 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-02-03 11:16:28 +0100
commit266aef93386ff5e263b9b5c5b68b954afe0ca68d (patch)
tree64f55b7ea9b3bcdeeac41d228232c3596d12b5ec
parent94a9de8773559c5f2be7de6118e40e68186b6823 (diff)
downloadprofani-tty-266aef93386ff5e263b9b5c5b68b954afe0ca68d.tar.gz
Start next development cycle
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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