Version Numbers
===============

An alpha version is a series of dot separated numbers, followed by an
'a' and an other number. Examples:
  4.0a1
  4.0a2

A stable version is a series of dot separated numbers. Examples:
  3.6.6
  4.0


Git Tags
========

tor-browser-bundle.git is tagged with a tag using the following format:

  tbb-$version-build$n

where $version is is the tor-browser version and $n a build number.

