- Joined
- May 15, 2013
- Messages
- 2,248
- Reaction score
- 2,158
- First Language
- English
- Primarily Uses
- N/A
Versions should be done like this: Major.Feature.Minor
As in: 1.1.2 is Major version 1, Feature version 1, and Minor update 2.
A Major version bump means a redesign/restructuring that might break backwards compatibility. It is generally used when major parts of the script/software is rewritten or changed, enough so that it makes significant changes to the core fundamentals of the code.
A Feature version bump means the addition of a new feature, but generally without breaking backwards compatibility.
A Minor update version bump means fixing a bug, or updating the performance, or similar "non-feature" updates.
This is how versions are usually used, and I'd recommend scripters do the same
As in: 1.1.2 is Major version 1, Feature version 1, and Minor update 2.
A Major version bump means a redesign/restructuring that might break backwards compatibility. It is generally used when major parts of the script/software is rewritten or changed, enough so that it makes significant changes to the core fundamentals of the code.
A Feature version bump means the addition of a new feature, but generally without breaking backwards compatibility.
A Minor update version bump means fixing a bug, or updating the performance, or similar "non-feature" updates.
This is how versions are usually used, and I'd recommend scripters do the same
Last edited by a moderator:

