Browse Source

Start release 1.2.2 based on gluon 2018.2.2

Michael Schwarz 4 years ago
parent
commit
707e7db69e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      site.mk

+ 1 - 1
site.mk

@@ -55,7 +55,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 := 1.2.1~exp$(shell date '+%Y%m%d')
+DEFAULT_GLUON_RELEASE := 1.2.2~exp$(shell date '+%Y%m%d')
 DEFAULT_GLUON_PRIORITY := 0
 
 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)