Browse Source

set new release to 0.7.4*

Karsten Böddeker 7 years ago
parent
commit
4126d676b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      site.mk

+ 1 - 1
site.mk

@@ -64,7 +64,7 @@ ifeq ($(GLUON_TARGET),x86-64)
 endif
 
 # 0.2~1 < 0.2 < 0.2+1 < 0.2-1 < 0.2.1 < 0.3
-DEFAULT_GLUON_RELEASE := 0.7.3~exp$(shell date '+%Y%m%d')
+DEFAULT_GLUON_RELEASE := 0.7.4~exp$(shell date '+%Y%m%d')
 DEFAULT_GLUON_PRIORITY := 0
 
 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)