From da19c0b90e2ee15b240b49be597abd7fb69fadfb Mon Sep 17 00:00:00 2001 From: srvrco Date: Tue, 31 May 2016 13:22:57 +0100 Subject: [PATCH] After running for nearly 6 months, final testing prior to a v1.00 stable version. --- getssl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/getssl b/getssl index cfce75f..48161b9 100755 --- a/getssl +++ b/getssl @@ -61,10 +61,11 @@ # 2016-05-30 Added backup when auto-upgrading (0.43) # 2016-05-30 Improvements to auto-upgrade (0.44) # 2016-05-31 Improved comments - no structural changes +# 2016-05-31 After running for nearly 6 months, final testing prior to a 1.00 stable version. (0.90) # --------------------------------------------------------------------------- PROGNAME=${0##*/} -VERSION="0.44" +VERSION="0.90" ORIGCMD="$0 $*"