Update for release
This commit is contained in:
parent
1fd25a6d72
commit
068b3471a3
@ -1,6 +1,6 @@
|
||||
latest:
|
||||
version: "5.5.1"
|
||||
version_code: 5005001
|
||||
date: "2022-05-15"
|
||||
protocol_version: 40
|
||||
version: "5.6.0"
|
||||
version_code: 5006000
|
||||
date: "2022-08-04"
|
||||
protocol_version: 41
|
||||
url: "https://www.minetest.net/downloads/"
|
||||
|
@ -20,7 +20,7 @@ redirect_from:
|
||||
Have a look at our <a href="https://wiki.minetest.net/Getting_Started">Getting Started</a>,
|
||||
<a href="https://wiki.minetest.net/FAQ">FAQ</a>,
|
||||
and <a href="https://wiki.minetest.net/Tutorials">Tutorials</a> pages on our wiki.<br>
|
||||
Otherwise, feel free to look at the <a href="https://dev.minetest.net/Changelog#5.5.0_.E2.86.92_5.5.1">changelog</a>.
|
||||
Otherwise, feel free to look at the <a href="https://dev.minetest.net/Changelog#5.5.0_.E2.86.92_5.6.0">changelog</a>.
|
||||
</p>
|
||||
<p>
|
||||
You may also want to look at some
|
||||
@ -44,13 +44,13 @@ redirect_from:
|
||||
</p>
|
||||
<ul>
|
||||
<li class="has-text-weight-bold">
|
||||
<a href="https://github.com/minetest/minetest/releases/download/5.5.1/minetest-5.5.1-win64.zip">
|
||||
Minetest 5.5.1 - portable, 64-bit (recommended)
|
||||
<a href="https://github.com/minetest/minetest/releases/download/5.6.0/minetest-5.6.0-win64.zip">
|
||||
Minetest 5.6.0 - portable, 64-bit (recommended)
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/minetest/minetest/releases/download/5.5.1/minetest-5.5.1-win32.zip">
|
||||
Minetest 5.5.1 - portable, 32-bit
|
||||
<a href="https://github.com/minetest/minetest/releases/download/5.6.0/minetest-5.6.0-win32.zip">
|
||||
Minetest 5.6.0 - portable, 32-bit
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@ -136,6 +136,11 @@ make install
|
||||
<h2>macOS</h2>
|
||||
<p>macOS 10.10 or later is recommended.</p>
|
||||
<ul>
|
||||
<li class="has-text-weight-bold">
|
||||
<a href="https://github.com/minetest/minetest/releases/download/5.6.0/minetest-5.6.0-osx.zip">
|
||||
Minetest 5.6.0 - App
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
Use <a href="https://brew.sh/">Homebrew</a> to get the stable version:<br>
|
||||
<code>brew install minetest</code>
|
||||
|
Loading…
x
Reference in New Issue
Block a user