1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

New version scheme (#6292)

* Version changes: current dev version is now 0.5.0

* This change permit to have multi branches with various versions
* Dev version is 0.5.0-dev and next release will be 0.5.0
This commit is contained in:
Loïc Blot 2017-08-20 17:20:11 +02:00 committed by GitHub
parent 1c1c97cbd1
commit c99dcbaca9
6 changed files with 93 additions and 73 deletions

View file

@ -415,3 +415,13 @@ This is how we build Windows releases.
popd
echo Failed.
exit /b 1
Version scheme
--------------
Minetest doesn't follow semver. Instead, we do something roughly similar to 0.major.minor.
Since 0.5.0-dev and 0.4.17-dev, the dev notation refers to the next release,
ie: 0.5.0-dev is the development version leading to 0.5.0.
Prior to that, we used oldversion-dev.