From c3d3588c66d7926a57aed170f52991dd82f8c5a4 Mon Sep 17 00:00:00 2001
From: rubo77 <github@r.z11.de>
Date: Sun, 23 Oct 2016 22:00:17 +0200
Subject: [PATCH] =?UTF-8?q?version=20auf=202016.2=20hochgez=C3=A4hlt=20und?=
 =?UTF-8?q?=20auf=20stable=20gesetzt=20als=20default?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 site.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site.mk b/site.mk
index 3b162c3..6b22df2 100644
--- a/site.mk
+++ b/site.mk
@@ -32,13 +32,13 @@ GLUON_SITE_PACKAGES += \
 
 # Always call `make` from the command line with the desired release version!
 # otherwise this is generated:
-DEFAULT_GLUON_RELEASE := 0.16.6~exp$(shell date '+%y%m%d%H%M')
+DEFAULT_GLUON_RELEASE := 2016.2~exp$(shell date '+%y%m%d%H%M')
 
 # Allow overriding the release number from the command line
 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
 
 GLUON_PRIORITY ?= 0
-GLUON_BRANCH ?= experimental
+GLUON_BRANCH ?= stable
 export GLUON_BRANCH
 
 GLUON_TARGET ?= ar71xx-generic
-- 
GitLab