Software/Application Versioning
Just a few notes I’ve gathered on software/application versioning [standards]: A full version number (eg: 1.4.3.9) is made of four parts: [major].[minor].[revision].[build] Major number is incremented only if there is a major milestone in the life cycle of the object under version…