0.8.4 experimental
This commit is contained in:
parent
a108efaf18
commit
22fb01a84f
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ GLUON_SITE_PACKAGES := \
|
|||
haveged
|
||||
|
||||
|
||||
DEFAULT_GLUON_RELEASE := 0.8.3
|
||||
DEFAULT_GLUON_RELEASE := 0.8.4+exp$(shell date '+%Y%m%d')
|
||||
|
||||
# Allow overriding the release number from the command line
|
||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
||||
|
|
|
@ -26,7 +26,7 @@ GLUON_SITE_PACKAGES := \
|
|||
haveged
|
||||
|
||||
|
||||
DEFAULT_GLUON_RELEASE := 0.8.3
|
||||
DEFAULT_GLUON_RELEASE := 0.8.4+exp$(shell date '+%Y%m%d')
|
||||
|
||||
# Allow overriding the release number from the command line
|
||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
||||
|
|
Loading…
Reference in a new issue