From c8b0d658878814ad5bdd70c783f00ec281b73629 Mon Sep 17 00:00:00 2001 From: Dave Parsons Date: Wed, 10 Oct 2018 10:23:34 +0100 Subject: [PATCH] Updated version in printed messages to 3.0.2 --- lnx-install.sh | 2 +- lnx-uninstall.sh | 2 +- lnx-update-tools.sh | 2 +- win-install.cmd | 2 +- win-test-install.cmd | 2 +- win-uninstall.cmd | 2 +- win-update-tools.cmd | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lnx-install.sh b/lnx-install.sh index ccc1644..f0b9cf3 100755 --- a/lnx-install.sh +++ b/lnx-install.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -echo "Unlocker 3.0.0 for VMware Workstation" +echo "Unlocker 3.0.2 for VMware Workstation" echo "=====================================" echo "(c) Dave Parsons 2011-18" diff --git a/lnx-uninstall.sh b/lnx-uninstall.sh index 9bac2b8..6fb118a 100755 --- a/lnx-uninstall.sh +++ b/lnx-uninstall.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -echo "Unlocker 3.0.0 for VMware Workstation" +echo "Unlocker 3.0.2 for VMware Workstation" echo "=====================================" echo "(c) Dave Parsons 2011-18" diff --git a/lnx-update-tools.sh b/lnx-update-tools.sh index 0330ec8..3cbd8b5 100755 --- a/lnx-update-tools.sh +++ b/lnx-update-tools.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -echo "Get macOS VMware Tools 3.0.0" +echo "Get macOS VMware Tools 3.0.2" echo "===============================" echo "(c) Dave Parsons 2015-18" diff --git a/win-install.cmd b/win-install.cmd index 5448ebf..799e2d8 100644 --- a/win-install.cmd +++ b/win-install.cmd @@ -1,6 +1,6 @@ @echo off setlocal ENABLEEXTENSIONS -echo Unlocker 3.0.0 for VMware Workstation +echo Unlocker 3.0.2 for VMware Workstation echo ===================================== echo (c) Dave Parsons 2011-18 diff --git a/win-test-install.cmd b/win-test-install.cmd index eff1c8c..b4ba074 100644 --- a/win-test-install.cmd +++ b/win-test-install.cmd @@ -1,6 +1,6 @@ @echo off setlocal ENABLEEXTENSIONS -echo Unlocker 3.0.0 for VMware Workstation +echo Unlocker 3.0.2 for VMware Workstation echo ===================================== echo (c) Dave Parsons 2011-18 diff --git a/win-uninstall.cmd b/win-uninstall.cmd index ecc8004..b475818 100644 --- a/win-uninstall.cmd +++ b/win-uninstall.cmd @@ -1,6 +1,6 @@ @echo off setlocal ENABLEEXTENSIONS -echo Unlocker 3.0.0 for VMware Workstation +echo Unlocker 3.0.2 for VMware Workstation echo ===================================== echo (c) Dave Parsons 2011-18 diff --git a/win-update-tools.cmd b/win-update-tools.cmd index f4443d6..3cb1e95 100644 --- a/win-update-tools.cmd +++ b/win-update-tools.cmd @@ -1,6 +1,6 @@ @echo off setlocal ENABLEEXTENSIONS -echo Get macOS VMware Tools 3.0.0 +echo Get macOS VMware Tools 3.0.2 echo =============================== echo (c) Dave Parsons 2011-18