Skip to content
Toni Rönkkö edited this page Jul 18, 2017 · 3 revisions

FOR DEVELOPERS

Versioning

The latest development version will be kept in the master branch.

Each major version of Dirent is stored to a separate branch. These branches are named as v1.22 where 1.22 is the version number. The version branches are updated when bugs are fixed against old versions.

Every release in the version branch is marked with a tag. These tags are named with version number followed by patch level. For example, the first release in branch v1.22 will be named 1.22, the second one will be 1.22.1 and third one will be 1.22.2.

Clone this wiki locally