bump version numbers to gluon v2018.1.4
This commit is contained in:
parent
7bd06f67e8
commit
ee87b58bb4
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue