[tor-commits] [tor-browser-spec/master] Add processes/VersionNumbers

mikeperry at torproject.org mikeperry at torproject.org
Mon Oct 20 19:01:18 UTC 2014


commit 397471e78b4cfc1cffb3d32523d49759741eb17c
Author: Nicolas Vigier <boklm at 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.
+



More information about the tor-commits mailing list