commit 397471e78b4cfc1cffb3d32523d49759741eb17c Author: Nicolas Vigier boklm@torproject.org Date: Mon Oct 20 20:01:41 2014 +0200
Add processes/VersionNumbers --- processes/VersionNumbers | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+)
diff --git a/processes/VersionNumbers b/processes/VersionNumbers new file mode 100644 index 0000000..80b32a5 --- /dev/null +++ b/processes/VersionNumbers @@ -0,0 +1,27 @@ +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 beta version is a series of dot separated numbers, followed by a +'b' and an other number. Examples: + 4.0b1 + 4.0b2 + +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. +