about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-02-07 21:49:21 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-02-07 21:49:21 +0100
commit17b6cfaf7d6d14bba4fa077e65119bc71c33332a (patch)
tree3dd0fda052e5c53c349104ff8a38707bcf38ee50
parent4291281629be14dd169d74251e1bf3d37841e19b (diff)
downloadprofani-tty-17b6cfaf7d6d14bba4fa077e65119bc71c33332a.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 f988c689..393e70d1 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