about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-06-09 16:54:35 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-06-09 16:54:35 +0200
commitc0163f71f7d3fc9874cbb5977547af793c106bd4 (patch)
treefe3df92d345c7087098626fba719dbcbb460447e
parentc4339b4ff94615c374a6ef3553d857959014f476 (diff)
downloadprofani-tty-c0163f71f7d3fc9874cbb5977547af793c106bd4.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 d5f58854..f839582e 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