1
0
mirror of https://github.com/speed47/spectre-meltdown-checker synced 2024-06-26 15:12:08 +02:00

set master branch to v0.37+

This commit is contained in:
Stéphane Lesimple 2018-04-20 20:34:42 +02:00
parent edebe4dcd4
commit fb52dbe7bf

View File

@ -9,7 +9,7 @@
#
# Stephane Lesimple
#
VERSION='0.37'
VERSION='0.37+'
trap 'exit_cleanup' EXIT
trap '_warn "interrupted, cleaning up..."; exit_cleanup; exit 1' INT