Skip to content

Code Base Version Numbering

gac1 edited this page Mar 16, 2012 · 4 revisions

The NetFPGA-10G code base follows the commonly used GNU version numbering scheme:

major.minor.revision

Major - This number designates major releases, and starts at 1 for the first release.

Minor - This number designates any significant changes leading up to a release. It is set to zero when the major number is updated.

Revision - This number is for bug fixes. It is reset to zero when either the major or the minor number is updated.

In the git repository, each release of the code base is tagged with its version number as:

release_<major>.<minor>.<revision>

This allows you to easily visit each of the releases after cloning the code base.

Clone this wiki locally