Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Software versioning standards [closed]

Are there any software versioning standards? Or i can change version of my product, when i have made some changes to it?

Is there any percentage in changes, by which i can say, what version this product will have?

like image 453
Yurish Avatar asked Mar 12 '10 10:03

Yurish


People also ask

How do software versions work?

Software versioning is the process of assigning either unique version names or unique version numbers to unique states of computer software. Within a given version number category (e.g., major or minor), these numbers are generally assigned in increasing order and correspond to new developments in the software.

Why do software developers use versioning schemes for software?

In software development, versioning allows development teams to keep track of changes they make to the project code. The changes may include new functions, features or bug fixes. Minor changes can also be tracked in a similar manner.


1 Answers

Some people have proposed software version number conventions. Here are two:

  • Semantic Versioning
  • Apache APR Version Numbering Concepts
like image 142
Greg Hewgill Avatar answered Nov 29 '22 09:11

Greg Hewgill