diff options
author | Roger Dingledine <arma@torproject.org> | 2006-10-23 10:15:01 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-10-23 10:15:01 +0000 |
commit | c0b0f96fce542d6cc0692eee525dfb7620dd036c (patch) | |
tree | b461d44e6d854d25c8fff6d6cf49c54abc7bc7bc | |
parent | 2a1c2947172998278e38050f17ad4857079e17e7 (diff) | |
download | tor-c0b0f96fce542d6cc0692eee525dfb7620dd036c.tar.gz tor-c0b0f96fce542d6cc0692eee525dfb7620dd036c.zip |
make version-spec accurate again
svn:r8804
-rw-r--r-- | doc/version-spec.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/version-spec.txt b/doc/version-spec.txt index 85a5e10c39..5db299456e 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. |