docs, README: change current release to v2015.1

main
Matthias Schiffer 2015-05-16 15:34:55 +02:00
parent dab3dabc0e
commit 80906c2a0c
5 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@ our mailinglist to discuss it first.
Please refrain from using the master branch for anything else but development purposes!
Use the most recent release instead. You can list all relaseses by running `git branch -a`
and switch to one by running `git checkout v2014.4;make update`.
and switch to one by running `git checkout v2015.1 && make update`.
If you're using the autoupdater, do not autoupdate nodes with anything but releases.
If you upgrade using random master commits the nodes *will break* eventually.

View File

@ -54,9 +54,9 @@ copyright = '2015, Project Gluon'
# built documents.
#
# The short X.Y version.
version = '2014.4+'
version = '2015.1'
# The full version, including alpha/beta/rc tags.
release = '2014.4+'
release = '2015.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -1,5 +1,5 @@
Gluon 2015.1 (in development)
=============================
Gluon 2015.1
============
Added hardware support
~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,4 @@
-- This is an example site configuration for Gluon v2014.4
-- This is an example site configuration for Gluon v2015.1
--
-- Take a look at the documentation located at
-- http://gluon.readthedocs.org/ for details.

View File

@ -38,7 +38,7 @@ Building the images
-------------------
To build Gluon, first check out the repository. Replace *RELEASE* with the
version you'd like to checkout, e.g. *v2014.4*.
version you'd like to checkout, e.g. *v2015.1*.
::