diff options
author | Roger Dingledine <arma@torproject.org> | 2006-08-08 22:56:26 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-08-08 22:56:26 +0000 |
commit | 252bed697bc0f29d1972a781cd2595afaca78e26 (patch) | |
tree | 04fb00fd296b487e6cb646763a4b3f921d953525 /doc/dir-spec.txt | |
parent | 31861c45d6a520cecf061fdfeecf6f6e492a1cc9 (diff) | |
download | tor-252bed697bc0f29d1972a781cd2595afaca78e26.tar tor-252bed697bc0f29d1972a781cd2595afaca78e26.tar.gz |
change the dir-spec to say that it's version 2 of the dir spec,
and move the v0 file to v1.
svn:r6991
Diffstat (limited to 'doc/dir-spec.txt')
-rw-r--r-- | doc/dir-spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dir-spec.txt b/doc/dir-spec.txt index 88d8b6be0..8c2bf7531 100644 --- a/doc/dir-spec.txt +++ b/doc/dir-spec.txt @@ -1,11 +1,11 @@ $Id$ - Tor directory protocol, version 1 + Tor directory protocol, version 2 0. Scope and preliminaries This directory protocol is used by Tor version 0.1.1.x and later. See - dir-spec-v0.txt for information on earlier versions. + dir-spec-v1.txt for information on earlier versions. 0.1. Goals and motivation |