diff options
author | Daniel Ehlers <danielehlers@mindeye.net> | 2018-01-02 14:54:01 +0100 |
---|---|---|
committer | Daniel Ehlers <danielehlers@mindeye.net> | 2018-01-02 14:54:01 +0100 |
commit | 8823282d6346913d223c51f20da9b29332d3975f (patch) | |
tree | 896d29c4c37ccda248ea5e69b116979e4b37e83e | |
parent | 5cd2e539d71972875734ed602c66725cf2a03eb1 (diff) |
Include build hour into version string
-rw-r--r-- | site.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ GLUON_SITE_PACKAGES += \ # Always call `make` from the command line with the desired release version! # otherwise this is generated: #DEFAULT_GLUON_RELEASE := 2017.1.4 -DEFAULT_GLUON_RELEASE := 2017.1.4~ngly$(shell date '+%y%m%d') +DEFAULT_GLUON_RELEASE := 2017.1.4~ngly$(shell date '+%y%m%d%H') # Allow overriding the release number from the command line |