Advertisement
ZoriaRPG

ZC Version Semantics

Jul 1st, 2018
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.12 KB | None | 0 0
  1. ZC Version Semantics:
  2.  
  3. [A].[BBB].[CCC]-[state]-[subversion]-[notation]
  4.  |    |     |      |
  5.  |    |     |      |
  6.  |--------------------------{ The base library for the engine, where:
  7.       |     |      |        1 == Allegro 3
  8.       |     |      |        2 == Allegro 4
  9.       |     |      |        3 == Allegro 5 (or replacement)
  10.       |     |      |
  11.       |--------------------------{ Feature Set, based on percent of changes from previous release; tens digit for major changes.
  12.             |      |            10 == NEW BASE
  13.             |      |            11 == NEW FEATURESET, REIMPLEMENTATION, BUGFIXES
  14.             |      |            12 == MORE NEW FEATURESET, OR REIMPLEMENTATION, OR BUGFIXES
  15.             |      |            20 == JUMP DUE TO MAJOR API CHANGE.             |      |           
  16.             |      |           
  17.             |--------------------------{ Patch Subversion
  18.             |          
  19.             |
  20.             |--------------------------{ Alpha, Beta, Gamma, or Release
  21.                         [subversion] == state revision; e.g. Alpha-2, Beta-16, Gamma-1, Release 1.
  22.                         [notation] == special notes for a build, e.g. Alpha-1-Fix-Dungeons
  23.                            
  24. A full formal version might be: '2.60.2-Beta-2-Fix-Link'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement