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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No rules. You decide.
There seems to be a common agreement:
You increment the version number when you make significant changes or the amount of service packs and updates makes the application noticeably advanced over the original version.
The smaller a change is, the smaller the increment in subversion numbers. Bug fix -> behavior change -> new feature -> service pack for lots of features -> some big change or a new module.