mirror of https://github.com/jetkvm/kvm.git
Compare commits
No commits in common. "b38f899c842b9fab87ff9bee4f3752d79dba9842" and "5e91cfc7faae5a8ce2b8ea87b231fd37455b8883" have entirely different histories.
b38f899c84
...
5e91cfc7fa
4
Makefile
4
Makefile
|
@ -1,5 +1,5 @@
|
|||
VERSION_DEV := 0.3.7-dev$(shell date +%Y%m%d%H%M)
|
||||
VERSION := 0.3.6
|
||||
VERSION_DEV := 0.3.5-dev$(shell date +%Y%m%d%H%M)
|
||||
VERSION := 0.3.4
|
||||
|
||||
hash_resource:
|
||||
@shasum -a 256 resource/jetkvm_native | cut -d ' ' -f 1 > resource/jetkvm_native.sha256
|
||||
|
|
Loading…
Reference in New Issue