1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Start new cycle

This commit is contained in:
Michael Vetter 2020-06-13 18:38:37 +02:00
parent c58726d67f
commit 5d5acd65b1

View File

@ -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