Update version

This commit is contained in:
Functioning Member of Society 2022-10-08 22:49:39 -04:00
parent 53b8a5db9c
commit b869344b6c
2 changed files with 8 additions and 8 deletions

View File

@ -17,10 +17,10 @@ set(GCC_MINIMUM_VERSION "5.1")
set(CLANG_MINIMUM_VERSION "3.5")
# Also remember to set PROTOCOL_VERSION in network/networkprotocol.h when releasing
set(VERSION_MAJOR 5)
set(VERSION_MINOR 6)
set(VERSION_PATCH 1)
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
set(VERSION_MAJOR 6)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
set(VERSION_EXTRA "pre-release 1" CACHE STRING "Stuff to append to version string")
# Change to false for releases
set(DEVELOPMENT_BUILD FALSE)

View File

@ -9,8 +9,8 @@
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
<name>Minetest</name>
<summary>Multiplayer infinite-world block sandbox game</summary>
<name>XtreemTest</name>
<summary>Multiplayer infinite-world block sandbox engine, fork of MineTest</summary>
<summary xml:lang="de">Mehrspieler-Sandkastenspiel mit unendlichen Blockwelten</summary>
<description>
<p>
@ -80,8 +80,8 @@
<binary>minetest</binary>
</provides>
<translation type="gettext">minetest</translation>
<update_contact>sfan5@live.de</update_contact>
<update_contact>temp1@cubesoftware.xyz</update_contact>
<releases>
<release date="2022-09-19" version="5.6.1"/>
<release date="2022-10-08" version="1.0.0"/>
</releases>
</component>