From 7fea7b267ea82cf509464eb12e305b61b3ff9028 Mon Sep 17 00:00:00 2001 From: nan0s7 <26643055+nan0s7@users.noreply.github.com> Date: Mon, 8 Aug 2022 12:31:14 +1000 Subject: [PATCH] version update --- temp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp.sh b/temp.sh index f77a86e..cff723a 100755 --- a/temp.sh +++ b/temp.sh @@ -45,7 +45,7 @@ while getopts ":c: :d: :D :h :l :s: :v :x" opt; do elif [ "$opt" = "h" ]; then prf "$usage"; exit 0 elif [ "$opt" = "l" ]; then debug="1" elif [ "$opt" = "s" ]; then sleep_override="$OPTARG" - elif [ "$opt" = "v" ]; then prf "Version 19.5"; exit 0 + elif [ "$opt" = "v" ]; then prf "Version 19.6"; exit 0 elif [ "$opt" = "x" ]; then gpu_cmd="../nssim/nssim nvidia-settings" elif [ "$opt" = ":" ]; then prf "Option -$OPTARG requires an argument" else prf "Invalid option: -$OPTARG"; exit 1