File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ Some can be changes in the key config dialog in the settings tab.
70
70
71
71
Paths
72
72
-----
73
-
74
73
Locations:
75
74
76
75
* bin - Compiled binaries
@@ -110,7 +109,6 @@ Command-line options:
110
109
111
110
Compiling
112
111
---------
113
-
114
112
### Compiling on GNU/Linux
115
113
116
114
#### Dependencies
@@ -430,12 +428,15 @@ This is how we build Windows releases.
430
428
431
429
Version scheme
432
430
--------------
431
+ We use major.minor.patch since 5.0.0-dev. Prior to that we used 0.major.minor.
433
432
434
- Minetest partially follows semver (major.minor.patch).
433
+ - Major is incremented when the release contains breaking changes, all other
434
+ numbers are set to 0.
435
+ - Minor is incremented when the release contains new non-breaking features,
436
+ patch is set to 0.
437
+ - Patch is incremented when the release only contains bugfixes and very
438
+ minor/trivial features considered necessary.
435
439
436
440
Since 5.0.0-dev and 0.4.17-dev, the dev notation refers to the next release,
437
- ie: 5.0.0-dev is the development version leading to 5.0.0.
438
-
439
- Prior to that, we used oldversion-dev.
440
-
441
- Semver was adopted after 0.4.X series. Before that we used 0.major.minor scheme.
441
+ ie: 5.0.0-dev is the development version leading to 5.0.0.
442
+ Prior to that we used previous_version-dev.
You can’t perform that action at this time.
0 commit comments