Skip to content

Commit 247e781

Browse files
authored
docs, readme: Gluon v2023.2 (#3144)
Signed-off-by: David Bauer <mail@david-bauer.net>
1 parent 4aba392 commit 247e781

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ the future development of Gluon.
5959

6060
Please refrain from using the `master` branch for anything else but development purposes!
6161
Use the most recent release instead. You can list all releases by running `git tag`
62-
and switch to one by running `git checkout v2023.1.1 && make update`.
62+
and switch to one by running `git checkout v2023.2 && make update`.
6363

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

contrib/ci/minimal-site/site.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- This is an example site configuration for Gluon v2023.1.1
1+
-- This is an example site configuration for Gluon v2023.2
22
--
33
-- Take a look at the documentation located at
44
-- https://gluon.readthedocs.io/ for details.

contrib/ci/olsr-site/site.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- This is an example site configuration for Gluon v2023.1.1
1+
-- This is an example site configuration for Gluon v2023.2
22
--
33
-- Take a look at the documentation located at
44
-- https://gluon.readthedocs.io/ for details.

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = 'Project Gluon'
2525

2626
# The short X.Y version
27-
version = '2023.1.1'
27+
version = '2023.2'
2828
# The full version, including alpha/beta/rc tags
2929
release = version
3030

docs/site-example/site.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- This is an example site configuration for Gluon v2023.1.1
1+
-- This is an example site configuration for Gluon v2023.2
22
--
33
-- Take a look at the documentation located at
44
-- https://gluon.readthedocs.io/ for details.

docs/user/getting_started.rst

+2-2
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. *v2023.1.1*. Always get Gluon using git and don't try to download it
11+
e.g. *v2023.2*. 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
@@ -53,7 +53,7 @@ Building the images
5353
-------------------
5454

5555
To build Gluon, first check out the repository. Replace *RELEASE* with the
56-
version you'd like to checkout, e.g. *v2023.1.1*.
56+
version you'd like to checkout, e.g. *v2023.2*.
5757

5858
::
5959

0 commit comments

Comments
 (0)