QuackieMackie
Member
https://xenforo.com/docs/dev/add-on-structure/#recommended-version-id-format
According to the documentation the version id has these parts
According to the documentation the version id has these parts
- aa represents the major version
- bb represents the minor version
- cc represents the patch version
- d represents the state, e.g. 1 for alpha releases, 3 for beta releases, 5 for release candidates and 7 for stable releases
- e represents the state version
0100010
instead of 1000010
Would this not mean that it starts at version 10.0.0 Alpha?