diff options
Diffstat (limited to 'site.mk')
-rw-r--r-- | site.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,8 +53,8 @@ GLUON_SITE_PACKAGES += \ # Always call `make` from the command line with the desired release version! # otherwise this is generated: -#DEFAULT_GLUON_RELEASE := 2017.1.7 -DEFAULT_GLUON_RELEASE := 2017.1.7~ngly$(shell date '+%y%m%d') +#DEFAULT_GLUON_RELEASE := 2017.1.8 +DEFAULT_GLUON_RELEASE := 2017.1.8~ngly$(shell date '+%y%m%d') # Allow overriding the release number from the command line |