From 41cd5bdb2fb435bf889574bf4ee66776092f3f04 Mon Sep 17 00:00:00 2001
From: Jan-Tarek Butt <buttjantarek@googlemail.com>
Date: Fri, 9 Jan 2015 11:25:57 +0100
Subject: [PATCH] Set version number of 0.5.4

---
 site.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site.mk b/site.mk
index 3b9f79c..6aa5aad 100644
--- a/site.mk
+++ b/site.mk
@@ -26,7 +26,7 @@ GLUON_SITE_PACKAGES := \
 	ffnw-configurator \
 	ffnw-nodewatcher
 
-DEFAULT_GLUON_RELEASE := 0.5.3.99+0$(shell date '+%Y%m%d')
+DEFAULT_GLUON_RELEASE := 0.5.4+0$(shell date '+%Y%m%d')
 
 # Allow overriding the release number from the command line
 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
-- 
GitLab