Skip to content

Commit 0d2b078

Browse files
committed
docs, README: Gluon v2016.2.6
1 parent 3ce8280 commit 0d2b078

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ the future development of Gluon.
1919

2020
Please refrain from using the `master` branch for anything else but development purposes!
2121
Use the most recent release instead. You can list all relaseses by running `git branch -a`
22-
and switch to one by running `git checkout v2016.2.5 && make update`.
22+
and switch to one by running `git checkout v2016.2.6 && make update`.
2323

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

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@
4747

4848
# General information about the project.
4949
project = 'Gluon'
50-
copyright = '2015-2016, Project Gluon'
50+
copyright = '2015-2017, Project Gluon'
5151

5252
# The version info for the project you're documenting, acts as replacement for
5353
# |version| and |release|, also used in various other places throughout the
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '2016.2.5'
57+
version = '2016.2.6'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '2016.2.5'
59+
release = '2016.2.6'
6060

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

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 v2016.2.5
1+
-- This is an example site configuration for Gluon v2016.2.6
22
--
33
-- Take a look at the documentation located at
44
-- http://gluon.readthedocs.org/ for details.

docs/user/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gluon's releases are managed using `Git tags`_. If you are just getting
88
started with Gluon we recommend to use the latest stable release of Gluon.
99

1010
Take a look at the `list of gluon releases`_ and notice the latest release,
11-
e.g. *v2016.2.5*. Always get Gluon using git and don't try to download it
11+
e.g. *v2016.2.6*. Always get Gluon using git and don't try to download it
1212
as a Zip archive as the archive will be missing version information.
1313

1414
Please keep in mind that there is no "default Gluon" build; a site configuration
@@ -42,7 +42,7 @@ Building the images
4242
-------------------
4343

4444
To build Gluon, first check out the repository. Replace *RELEASE* with the
45-
version you'd like to checkout, e.g. *v2016.2.5*.
45+
version you'd like to checkout, e.g. *v2016.2.6*.
4646

4747
::
4848

0 commit comments

Comments
 (0)