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

Release 0.6.0 RC1

This commit is contained in:
Michael Vetter 2019-01-22 11:38:40 +01:00
parent 706af9a900
commit cc753d2a29

View File

@ -27,7 +27,7 @@ AS_CASE([$host_os],
[cygwin], [PLATFORM="cygwin"], [cygwin], [PLATFORM="cygwin"],
[PLATFORM="nix"]) [PLATFORM="nix"])
PACKAGE_STATUS="development" PACKAGE_STATUS="release"
### Get git branch and revision if in development ### Get git branch and revision if in development
if test "x$PACKAGE_STATUS" = xdevelopment; then if test "x$PACKAGE_STATUS" = xdevelopment; then