This wiki is archived and useful information is being migrated to the main bzflag.org website

BZFlag Version Numbers

From BZFlagWiki
Revision as of 17:57, 6 April 2007 by JeffM2501 (Talk | contribs) (New page: BZFlag uses a specific version numbering system for it's development and releases. --Overview-- All BZFlag software is versioned. This allows easy identification of exactly when software ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

BZFlag uses a specific version numbering system for it's development and releases.

--Overview-- All BZFlag software is versioned. This allows easy identification of exactly when software was made, released, and what features it contains.

--Version number Parts-- BZflag version numbers are made up of 3 parts.

major version. minor version. revision

All 3 parts are numeric values.

Development versions are marked with ODD minor version (1.11.x, 2.1.x, etc..) Release versions are marked with EVEN minor version ( 1.10.x, 2.0.x, 2.2.x, etc..)

The revision number is used to represent changes in a specific minor version line. For development versions the minor revision is simply incremented as the development progresses, often when a major feature, or an incompatable networking protocol change is made. For release versions, the revision is set to an EVEN number for published releases, and set to an ODD number for maintenance work on a released codebase, ( i.e. 2.0.0 was a published release, bug fixes were done in the 2.0.1 version, then published as 2.0.2).

The value of a version number can and has gone over the value of 9 ( as in 1.10.0 ). The are treated as separate values.