On Tue, 2008-06-24 at 12:09 +0800, HASWANI HARISH-VCKR47 wrote: > I mean > Odd no. ( like 0.5.0, 0.7.0 ) are development version > and EVEN no ( like 0.6.0, 0.8.0 ) are stable released version
Yes, that is correct. Please see this documentation from the README for more details: VERSIONING ========== Clutter uses the common "Linux kernel" versioning system, where even-numbered minor versions are stable and odd-numbered minor versions are development snapshots. Different Minor versions break both API and ABI but are parallel installable. The same Minor version with differing Micro version is expected to be ABI compatible with other micro versions. Though this is not guarenteed, especially for odd numbered minor releases, we'll try our very hardest (promise). The micro version indicates the origin of the release: even micro numbers are only used for released archives; odd micro numbers are only used on the SVN repository. - Neil -- To unsubscribe send a mail to [EMAIL PROTECTED]
