Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
when i make a big update i just call it version 2.0, 3.0, etc.
how do these programs get a version 1.1.239... there seems to be a science to it.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
there is no real science to version numbering.. it's generally whatever the developers and/or marketing people choose for the release.
The general idea is major-version . minor-version . micro-version
All are optional, with each number not having to really correspond to a "logical decimal" .. for example PHP 4.3.8 versus 4.3.10
"micro-version" may have multiple decimals in it, since it's basically a wild-card after the minor-version number. Some versioning systems place the build number into this place somewhere.. micro-version increments are often only minor bug fixes of existing features.. Minor-versions are often done when larger sets of functionality are changed, but no new features are really added.. Major-versions are done mostly when a large amount of features are added or a paradigm in how the application is written happens..
There are no steadfast rules about how version numbers work, so you are free to choose what makes sense to you. Some projects will actually spend some documentation time to detail out how version numbering will occur for that project, such as Mozilla's...
ah... crap. if I kept track of all my bug fixes and updates, i'd be changing version numbers as much as i worked on the site... 3.0 works for me
EDIT: windows must have a lot of version updates as well
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
scrotaye wrote:windows must have a lot of version updates as well
yep! I have Window XP build 1000000000000.911.911.911
lol @ 911
I think first it should be 411 so they can get some help
1000000000000.411.911.911
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.