Documentation for a historical release of Infusion: 1.3
Please view the Infusion Documentation site for the latest documentation.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

Fluid Versioning Scheme

Versioning Scheme

Fluid uses a 4 component versioning system (e.g. 1.2.3.4)

The number in the first position (1.2.3.4) indicates a major release.

The number in the second position (1.2.3.4) indicates a minor release.

The number in the third position (1.2.3.4) indicates a bug fix release.

The number in the fourth position (1.2.3.4) indicates a special micro release.

Please note, for brevity, trailing 0's may be omitted. (1.2.0.0 === 1.2)

Major Release

Minor Release

Bug Fix Release

  • Bug Fixes
  • Backwards Compatible
  • May include small new features
  • Retains current namespace

Special Micro Release

  • No changes to released code
    • Usually reserved for changes to things such as build scripts
On This Page