View Single Post
Old 02-26-2004, 03:36 PM   #2 (permalink)
Epsilon
Regular Contributor
 
Epsilon's Avatar
 
Join Date: Mar 2003
Location: Las Vegas, NV
Posts: 127
Epsilon is on a distinguished road
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--
Epsilon is offline   Reply With Quote