From b3db80b8e66608f91bd974568eb9b79a7ca65d3d Mon Sep 17 00:00:00 2001 From: Flip <philippe@pilarkto.net> Date: Fri, 11 Nov 2016 18:51:40 +0100 Subject: [PATCH] increase version --- README.md | 1 + site.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38c2d90bf..00e1b9826 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Freifunk Stuttgart specific Gluon configuration Doku: https://gluon.readthedocs.org/en/latest/user/site.html Gluon versions used for specific Stuttgart Freifunk Firmware builds: +* ffs-0.9: v2016.2.1 * ffs-0.8: v2016.2 * ffs-0.7: v2016.1.3 * ffs-0.6: v2016.1 diff --git a/site.mk b/site.mk index b9c858250..e1abae531 100644 --- a/site.mk +++ b/site.mk @@ -28,7 +28,7 @@ GLUON_SITE_PACKAGES := \ ffrn-lowmem-patches \ -DEFAULT_GLUON_RELEASE := 0.8+$(shell date '+%Y.%m.%d-%H.%M')-g.$(shell git -C $(GLUONDIR) log --pretty=format:'%h' -n 1)-s.$(shell git -C $(GLUONDIR)/site log --pretty=format:'%h' -n 1) +DEFAULT_GLUON_RELEASE := 0.9+$(shell date '+%Y.%m.%d-%H.%M')-g.$(shell git -C $(GLUONDIR) log --pretty=format:'%h' -n 1)-s.$(shell git -C $(GLUONDIR)/site log --pretty=format:'%h' -n 1) GLUON_LANGS := de en -- GitLab