blob: 2f4802d3ae7e9920baf02863eedb6e470c11f4ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Version Info
------------
* MAJOR.txt - Contains the major release version number.
This will be updated to 2 when Embroidermodder 2 is final.
Until then, it is set to 1 while Embroidermodder 2 is in development.
* MINOR.txt - Contains the minor release version number.
This file will be updated frequently when minor releases happen.
It will be set to zero when Embroidermodder 2 is final.
Until then, it is set to 90+ while Embroidermodder 2 is in development.
The number shall be 2 digits, padded with a zero for single digit numbers.
* PATCH.txt - Contains the patch release version number.
This file will always be zero. Nightly builds will not use this file and
will use the build unix date as such: ```date +%Y%m%d%H%M%S```
This ensures that the latest build is always the highest number.
|