We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f43ba8 commit 7e6a248Copy full SHA for 7e6a248
Makefile
@@ -1,5 +1,5 @@
1
BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
2
-BUILDDATE ?= $(shell date --iso-8601=seconds)
+BUILDDATE ?= $(shell date -u +%FT%T%z)
3
REVISION ?= $(shell git rev-parse HEAD)
4
VERSION_DEV := 0.3.8-dev$(shell date +%Y%m%d%H%M)
5
VERSION := 0.3.7
0 commit comments