about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-06-24 13:57:05 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-06-24 13:57:05 +0200
commit906c02015531ee0dc9996dccb68be5fea0e80107 (patch)
tree1871aa5902b6e41b5ae9fa8457bc1cca8db154cd
parent1332a4a6c274133abd84957aa06655834e279ad6 (diff)
downloadprofani-tty-906c02015531ee0dc9996dccb68be5fea0e80107.tar.gz
Start new cycle
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 53bbf7f6..b7c1091c 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