aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-10-23 10:15:01 +0000
committerRoger Dingledine <arma@torproject.org>2006-10-23 10:15:01 +0000
commitc0b0f96fce542d6cc0692eee525dfb7620dd036c (patch)
treeb461d44e6d854d25c8fff6d6cf49c54abc7bc7bc
parent2a1c2947172998278e38050f17ad4857079e17e7 (diff)
downloadtor-c0b0f96fce542d6cc0692eee525dfb7620dd036c.tar
tor-c0b0f96fce542d6cc0692eee525dfb7620dd036c.tar.gz
make version-spec accurate again
svn:r8804
-rw-r--r--doc/version-spec.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/version-spec.txt b/doc/version-spec.txt
index 85a5e10c3..5db299456 100644
--- a/doc/version-spec.txt
+++ b/doc/version-spec.txt
@@ -42,5 +42,7 @@ example, as in: 0.1.1.2-alpha, 0.1.1.3-alpha, 0.1.1.4-rc 0.1.1.5-rc,
Eventually, we release 0.1.1.6. The next patch release is 0.1.1.7.
Between these releases, CVS is versioned with a -cvs tag: after
-0.1.1.1-alpha comes 0.1.1.1-alpha-cvs, and so on.
+0.1.1.1-alpha comes 0.1.1.1-alpha-cvs, and so on. But starting with
+0.1.2.1-alpha-dev, we switched to SVN and started using the "-dev"
+suffix instead of the "-cvs" suffix.