mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 03:28:19 +01:00
fix(build): Fix Buildate date (#218)
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,5 +1,5 @@
|
|||||||
BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
|
BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
|
||||||
BUILDDATE ?= $(shell date --iso-8601=seconds)
|
BUILDDATE ?= $(shell date -u +%FT%T%z)
|
||||||
REVISION ?= $(shell git rev-parse HEAD)
|
REVISION ?= $(shell git rev-parse HEAD)
|
||||||
VERSION_DEV := 0.3.8-dev$(shell date +%Y%m%d%H%M)
|
VERSION_DEV := 0.3.8-dev$(shell date +%Y%m%d%H%M)
|
||||||
VERSION := 0.3.7
|
VERSION := 0.3.7
|
||||||
|
|||||||
Reference in New Issue
Block a user