diff options
Diffstat (limited to 'site.mk')
-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 |