1
2
3
4
5
6
7
8
9
10
11
| # define the verions of the image
| # format: main.sub
| # such as 1.01, 2.33
| # NOTICE: the range of main version is from 0 to 31,
| # the range of sub version is from 0 to 63
| # when you change the version, you must increase one of them or both, and never reduce the versions.
| # the default version is 0.0
|
| MAIN_VERSION = 0
|
|
|
|