Skip to main content

Comments

2 comments

  • Tony

    Hey Dor,

    The version semantics of our products follow the standard convention. In the example you gave(1.35.4.5), it would be as follows:

    • Major version - 1
    • Minor version - 35
    • Patch version - 4
    • Build version - 5

    In terms of how we increment the numbers, if there is a feature or a big enhancement, we'll increment the minor version by one. For small changes and fixes, the patch number will be incremented. Finally, the build version will be determined by the number of builds produced internally for that version, which contains very small changes that are internal and not part of the public APIs or fixes to issues.

    For the major version to be incremented, there should be big architectural changes to Gameface that are fundamentally different from previous builds.

    I hope this helps :) 

     

    0
  • Dor Gidony

    Hey Tony,
    Thanks for the detailed answer, makes total sense.

    Cheers,

    0

Please sign in to leave a comment.