From c0b0f96fce542d6cc0692eee525dfb7620dd036c Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 23 Oct 2006 10:15:01 +0000 Subject: [PATCH] make version-spec accurate again svn:r8804 --- doc/version-spec.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.