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:
10
README.md
10
README.md
@@ -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.
|
||||
|
Reference in New Issue
Block a user