Skip to content

Commit 7fea7b2

Browse files
authored
version update
1 parent 61cec8d commit 7fea7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ while getopts ":c: :d: :D :h :l :s: :v :x" opt; do
4545
elif [ "$opt" = "h" ]; then prf "$usage"; exit 0
4646
elif [ "$opt" = "l" ]; then debug="1"
4747
elif [ "$opt" = "s" ]; then sleep_override="$OPTARG"
48-
elif [ "$opt" = "v" ]; then prf "Version 19.5"; exit 0
48+
elif [ "$opt" = "v" ]; then prf "Version 19.6"; exit 0
4949
elif [ "$opt" = "x" ]; then gpu_cmd="../nssim/nssim nvidia-settings"
5050
elif [ "$opt" = ":" ]; then prf "Option -$OPTARG requires an argument"
5151
else prf "Invalid option: -$OPTARG"; exit 1

0 commit comments

Comments
 (0)