Posts: 4,647
Threads: 1,494
Joined: Sep 2016
Aug-23-2018, 12:57 AM
(This post was last modified: Aug-23-2018, 12:57 AM by Skaperen.)
sometimes developmental changes can break scripts written for an earlier version, then later someone discovers a bug in the earlier version which can be fixed without breaking those scripts. to deal with that a multi-level version numbering system is used. 3.4.9 has a small fix or change that is not expected to break things that could be broken by 3.5.0 ... relative to 3.4.8.
just because 3.7.0 has been released, does not mean earlier versions get totally ignored. maybe 3.3.8 had a small bug that got fixed, and the fix is not expected to break the kinds of things that 3.5 does. so the numbering for that stays in 3.4 series. the same bug might also be in other versions. look for other releases about the same time with number changes at the same level.
(Aug-23-2018, 12:25 AM)metulburr Wrote: They fix bugs in older versions for a long time after that release is not the latest release.
this is especially so for security issues and data integrity issues. they might go further back for really important stuff.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.