mirror of https://github.com/jetkvm/kvm.git
Updates: revert VERSION to 0.4.8
This commit is contained in:
parent
e7e6d7cb9d
commit
4bc60c3f1b
2
Makefile
2
Makefile
|
|
@ -18,7 +18,7 @@ BUILDDATE ?= $(shell date -u +%FT%T%z)
|
||||||
BUILDTS ?= $(shell date -u +%s)
|
BUILDTS ?= $(shell date -u +%s)
|
||||||
REVISION ?= $(shell git rev-parse HEAD)
|
REVISION ?= $(shell git rev-parse HEAD)
|
||||||
VERSION_DEV := 0.4.9-dev$(shell date +%Y%m%d%H%M)
|
VERSION_DEV := 0.4.9-dev$(shell date +%Y%m%d%H%M)
|
||||||
VERSION := 0.4.9
|
VERSION := 0.4.8
|
||||||
|
|
||||||
|
|
||||||
# Audio library versions
|
# Audio library versions
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue