Parcourir la source

Update version string

Michael Schwarz il y a 9 ans
Parent
commit
03359c24a8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      site.mk

+ 1 - 1
site.mk

@@ -28,7 +28,7 @@ GLUON_SITE_PACKAGES := \
 	haveged
 
 # 0.2~1 < 0.2 < 0.2+1 < 0.2-1 < 0.2.1 < 0.3
-DEFAULT_GLUON_RELEASE := 0.6.1~exp$(shell date '+%Y%m%d')
+DEFAULT_GLUON_RELEASE := 0.6.2~exp$(shell date '+%Y%m%d')
 DEFAULT_GLUON_PRIORITY := 0
 
 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)