1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Start new cycle

This commit is contained in:
Michael Vetter 2020-06-24 13:57:05 +02:00
parent 1332a4a6c2
commit 906c020155

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