|
The way I've always seen it done is you increment based on what has changed.
Let's say you start with 0.1
If you just make some bug fixes you would go to 0.1.1
More bug fixes, go to 0.1.2
Add new functionality, go to 0.2
Add some new features, go to 0.3
Do more bug fixes, go to 0.3.1
Substantially re-write the whole thing, go to 1.0
That's been my experience, but I'm not sure if there are any hard rules about it.
__________________
--Epsilon--
|