Start new cycle

This commit is contained in:
Michael Vetter
2020-06-19 20:34:29 +02:00
parent 177c953991
commit 9eb2b79f53

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