Prepare for a snapshot release

- "3.3" still signals it's not oldstable
- "snapshot-YYMM" speaks for itself
This commit is contained in:
Dirk
2026-02-12 23:15:07 +01:00
parent 18a1264223
commit c600b2cb38

View File

@@ -122,10 +122,10 @@ trap "child_error" USR1
########### Internal definitions ########### Internal definitions
# #
declare -r VERSION="3.3dev" declare -r VERSION="3.3-snapshot-2602"
# shellcheck disable=SC2034 # shellcheck disable=SC2034
declare -r SWCONTACT="dirk aet testssl dot sh" declare -r SWCONTACT="dirk aet testssl dot sh"
[[ "$VERSION" =~ dev|rc|beta ]] && \ [[ "$VERSION" =~ dev|rc|beta|snapshot ]] && \
SWURL="https://testssl.sh/dev/" || SWURL="https://testssl.sh/dev/" ||
SWURL="https://testssl.sh/" SWURL="https://testssl.sh/"
if git rev-parse --is-inside-work-tree &>/dev/null; then if git rev-parse --is-inside-work-tree &>/dev/null; then