TonyZOtto / ottoZcode

1 stars 0 forks source link

Development Environment Setup #16

Open TonyZOtto opened 10 months ago

TonyZOtto commented 10 months ago

Installation and Setup of Development Tools

TonyZOtto commented 10 months ago

Version Numbering

Files Types

Files

Elements

Numbers

  1. Major - Top Level of two part version
  2. Minor - Second Level of two part version. If < 10 padded with leading 0
  3. Micro AKA Branch - Optional Branch during development (typically issue number) or release (a requestor identifier). It is a four digit padded with leading zeror preceeded by a + sign.
  4. Release - Fourth level describing the progress within a Major.Minor release:
    • 1~24 = A~X excluding I,O,Q for confuasioon with 1 or 0
    • 25~47 = 24+1~23 = XA~XW
    • 48~57 = X0~X9
    • 58~159 unused hopefully