summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2017-08-20 17:20:11 +0200
committerGitHub <noreply@github.com>2017-08-20 17:20:11 +0200
commitc99dcbaca99c0bf3cf90efb6670d946898e23ae6 (patch)
tree7b00dfc421be40af049b09f3f1e41f35a4f7ff34 /README.md
parent1c1c97cbd1d7913ac12bf550ec02c97f843a0fd3 (diff)
downloadminetest-c99dcbaca99c0bf3cf90efb6670d946898e23ae6.tar.gz
minetest-c99dcbaca99c0bf3cf90efb6670d946898e23ae6.tar.bz2
minetest-c99dcbaca99c0bf3cf90efb6670d946898e23ae6.zip
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index ecacbbd8a..af7e74495 100644
--- a/README.md
+++ b/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.