diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-06-09 16:54:35 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-06-09 16:54:35 +0200 |
commit | c0163f71f7d3fc9874cbb5977547af793c106bd4 (patch) | |
tree | fe3df92d345c7087098626fba719dbcbb460447e | |
parent | c4339b4ff94615c374a6ef3553d857959014f476 (diff) | |
download | profani-tty-c0163f71f7d3fc9874cbb5977547af793c106bd4.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 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 |