Software Versioning

Software versioning is the process of assigning version names or numbers to software

Software created Visual Studio separates four numbers with dots. The meaning of each number is:

  1. Count of major version
  2. Count of minor version
  3. Count of build version
  4. Count of revision version

Example: 4.5.13.89

Software Code Version Control System

Some software assigns the version to the software automatically.

You can find more information about source code version control systems on this post.

You might also be interested in…

External references

Leave a Reply

Your email address will not be published. Required fields are marked *