This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

BZFlag Version Numbers: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
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 ...
 
No edit summary
Line 1: Line 1:
BZFlag uses a specific version numbering system for it's development and releases.
BZFlag uses a specific version numbering system for it's development and releases.


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


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



Revision as of 17:58, 6 April 2007

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.