diff options
author | Michael Vetter <jubalh@iodoru.org> | 2019-07-31 12:00:58 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2019-07-31 12:00:58 +0200 |
commit | 1ea0e32c828394745b77169de2656ddfc1c38b5c (patch) | |
tree | 1b2228546f40616915a19764f8d9b3a140dd6656 | |
parent | 4dba1c1f702e1be37c518078724454337c519a5b (diff) | |
download | profani-tty-1ea0e32c828394745b77169de2656ddfc1c38b5c.tar.gz |
Set configure to devel
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 851c1904..78d80e74 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 |