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

set version to v0.36+ for master branch between releases

This commit is contained in:
Stéphane Lesimple 2018-04-01 17:45:01 +02:00
parent f5269a362a
commit eeaeff8ec3

View File

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