about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-07-14 16:25:08 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-07-14 16:25:08 +0200
commit275c3132a5d58d15ed922659d7e85840de308da6 (patch)
treef45f3ad87940a7a0f98c7a2a0750f5f5933f613e /configure.ac
parent563f08164e7519f1f908efa337e4ce59ce22fe6f (diff)
downloadprofani-tty-275c3132a5d58d15ed922659d7e85840de308da6.tar.gz
Start next cycle
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 92ea47fa..c490a7a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,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