bump version numbers to gluon v2018.1.4

This commit is contained in:
Daniel Frank 2018-12-21 20:26:32 +01:00
parent 7bd06f67e8
commit ee87b58bb4
Signed by: tokudan
GPG key ID: 063CCCAD04182D32
2 changed files with 2 additions and 1 deletions

View file

@ -19,6 +19,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu
#### Gluon versions used for specific Hamburg Freifunk Firmware builds #### Gluon versions used for specific Hamburg Freifunk Firmware builds
- v2018.1.4.0: site-ffhh: v2018.1.4.0, gluon: v2018.1.4
- v2018.1.3.0: site-ffhh: v2018.1.3.0, gluon: v2018.1.3 - v2018.1.3.0: site-ffhh: v2018.1.3.0, gluon: v2018.1.3
- v2018.1.1.0: site-ffhh: v2018.1.1.0, gluon: v2018.1.1 - v2018.1.1.0: site-ffhh: v2018.1.1.0, gluon: v2018.1.1
- v2018.1.0.0: site-ffhh: v2018.1.0.0, gluon: v2018.1 (never rolled out due to issues with the auto updater in gluon) - v2018.1.0.0: site-ffhh: v2018.1.0.0, gluon: v2018.1 (never rolled out due to issues with the auto updater in gluon)

View file

@ -1,7 +1,7 @@
<% <%
gluon_branch = "stable" gluon_branch = "stable"
#gluon_branch = "experimental" #gluon_branch = "experimental"
gluon_release = "v2018.1.3.0" gluon_release = "v2018.1.4.0"
# Add the +exp and current date if this is an experimental release # Add the +exp and current date if this is an experimental release
gluon_release += "~exp" + Time.new.strftime("%Y%m%d") if gluon_branch == "experimental" gluon_release += "~exp" + Time.new.strftime("%Y%m%d") if gluon_branch == "experimental"