How are version numbers determined?
In general, I understand that a small version change might be 1.1 to 1.2 and a large change might be 1.0 to 2.0, but what exactly determines a version number?
Is there a consistent industry standard? (e.g. 100 bug fixes = a .5 increase) Or is it at the whim of the developer?
Just curious....