mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
just renaming as rc1 for 2.6
This commit is contained in:
parent
fcb8c5d0bc
commit
f1fe2c3286
@ -65,9 +65,9 @@ readonly PS4='${LINENO}> ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
|
|||||||
# make sure that temporary files are cleaned up after use in ANY case
|
# make sure that temporary files are cleaned up after use in ANY case
|
||||||
trap "cleanup" QUIT EXIT
|
trap "cleanup" QUIT EXIT
|
||||||
|
|
||||||
readonly VERSION="2.5dev"
|
readonly VERSION="2.6rc1"
|
||||||
readonly SWCONTACT="dirk aet testssl dot sh"
|
readonly SWCONTACT="dirk aet testssl dot sh"
|
||||||
echo $VERSION | grep -q dev && \
|
echo $VERSION | egrep -q "dev|rc" && \
|
||||||
SWURL="https://testssl.sh/dev/" ||
|
SWURL="https://testssl.sh/dev/" ||
|
||||||
SWURL="https://testssl.sh "
|
SWURL="https://testssl.sh "
|
||||||
|
|
||||||
@ -4605,4 +4605,4 @@ fi
|
|||||||
exit $ret
|
exit $ret
|
||||||
|
|
||||||
|
|
||||||
# $Id: testssl.sh,v 1.332 2015/08/01 23:16:26 dirkw Exp $
|
# $Id: testssl.sh,v 1.333 2015/08/01 23:25:38 dirkw Exp $
|
||||||
|
Loading…
Reference in New Issue
Block a user