Skip to content

Version Bits

mefistotelis edited this page Nov 24, 2022 · 3 revisions

Version is stored as a 32-bit number

 Offset | Length | Value
--------|--------+-------
     28 |      4 | Major (tens)
     24 |      4 | Major (ones)
     20 |      4 | Minor
     16 |      4 | Bugfix
     13 |      3 | Stage
     12 |      1 | Build (thousands)
      8 |      4 | Build (hundreds)
      4 |      4 | Build (tens)
      0 |      4 | Build (ones)

Stage

 1: Development
 2: Alpha
 3: Beta
 4: Release
Clone this wiki locally