Skip to content

Commit 80906c2

Browse files
committed
docs, README: change current release to v2015.1
1 parent dab3dab commit 80906c2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ our mailinglist to discuss it first.
1616

1717
Please refrain from using the master branch for anything else but development purposes!
1818
Use the most recent release instead. You can list all relaseses by running `git branch -a`
19-
and switch to one by running `git checkout v2014.4;make update`.
19+
and switch to one by running `git checkout v2015.1 && make update`.
2020

2121
If you're using the autoupdater, do not autoupdate nodes with anything but releases.
2222
If you upgrade using random master commits the nodes *will break* eventually.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '2014.4+'
57+
version = '2015.1'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '2014.4+'
59+
release = '2015.1'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

docs/releases/v2015.1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Gluon 2015.1 (in development)
2-
=============================
1+
Gluon 2015.1
2+
============
33

44
Added hardware support
55
~~~~~~~~~~~~~~~~~~~~~~

docs/site-example/site.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- This is an example site configuration for Gluon v2014.4
1+
-- This is an example site configuration for Gluon v2015.1
22
--
33
-- Take a look at the documentation located at
44
-- http://gluon.readthedocs.org/ for details.

docs/user/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Building the images
3838
-------------------
3939

4040
To build Gluon, first check out the repository. Replace *RELEASE* with the
41-
version you'd like to checkout, e.g. *v2014.4*.
41+
version you'd like to checkout, e.g. *v2015.1*.
4242

4343
::
4444

0 commit comments

Comments
 (0)