diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 3dc8bda5..9b257e78 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (0, 10, 15) +VERSION = (0, 10, 16) CODENAME = "zip it" -BUILD_DT = (2021, 4, 24) +BUILD_DT = (2021, 5, 2) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/scripts/make-sfx.sh b/scripts/make-sfx.sh index 670092aa..bdd24820 100755 --- a/scripts/make-sfx.sh +++ b/scripts/make-sfx.sh @@ -117,7 +117,7 @@ cd sfx ver= git describe --tags >/dev/null 2>/dev/null && { git_ver="$(git describe --tags)"; # v0.5.5-2-gb164aa0 - ver="$(printf '%s\n' "$git_ver" | sed -r 's/^v//; s/-g?/./g')"; + ver="$(printf '%s\n' "$git_ver" | sed -r 's/^v//')"; t_ver= printf '%s\n' "$git_ver" | grep -qE '^v[0-9\.]+$' && {