Software Versioning
Advertisement
Techopedia Explains Software Versioning
Version numbers are typically assigned in increasing order and correspond to new developments in the software. Some software possess internal version numbers that differ from the product version numbers. Perhaps the most popular versioning scheme uses sequence based identifiers where every release is provided with a unique identifier containing one or more sequence numbers or letters. They signify changes between releases, where changes are based on significance level. The first sequence changes designate the most significant level and changes after that show less significance. For example, v1.01 might be a minor bug fix, where v1.2 signifies a more major release. This scheme can also use a zero in the first sequence to represent alpha status, one for beta status, two for release candidate, and three for public release. Another method is separating sequences with characters. Sometimes, a fourth unpublished number represents the software build. Negative version numbers may also be used in certain software packages. Other techniques involve using years and dates (think Windows 95), or just random codes (Adobe Photoshop CS2).Advertisement
Related Reading
- The Laws of Computing
- Finite State Machine: How It Has Affected Your Gaming For Over 40 Years
- INFOGRAPHIC: Celebrating 6+ Decades of Software Development Methodologies
- How Microservices Impact Software Development
- Straight From the Programming Experts: What Functional Programming Language Is Best to Learn Now?
- Comply and Protect: The Data Security Rulebook