J.D. Software Versioning ========================== 1. Format: w.x.y.z (Major.Minor.Revision.Release) 2. Major A major version number may be incremented if the Software has a new dependency and/or if the Software is not compatible to a specific operating system. 3. Minor A minor version number may be incremented if the Software has a bug fix and/or a significantly new feature. 4. Revision A revision version number may be incremented if the Software has a minor bug patch and/or if the Software has a little new feature 5. Release A release version is not a Number. It's a code to determine whether the Software is intended for the Developers and Contributors, or is it a Public Alpha/Beta release, or is it a Developer Alpha/Beta Release the instructions of the release version follow. =========================================== # Intended for - Code # #-----------------------------------------# # Developers only - dr # # Developer Alpha - da # # Developer Beta - db # # Public Alpha - pa # # Public Beta - pb # # Release Preview - rp # # Public Release - 0 (ZERO) # #-----------------------------------------# # Source Code/Uncompiled - uc # ===========================================