diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-06-13 18:38:37 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-06-13 18:38:37 +0200 |
commit | 5d5acd65b1ff4417b7f28b1c93af8734b9d0c5d8 (patch) | |
tree | 966e514b66054edaacd6934326e07495aa84b22a | |
parent | c58726d67fcc0f176bf5d282899dd51dde474af6 (diff) | |
download | profani-tty-5d5acd65b1ff4417b7f28b1c93af8734b9d0c5d8.tar.gz |
Start new cycle
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c762261c..5c63c2d4 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 |