diff options
author | Roger Dingledine <arma@torproject.org> | 2003-10-19 05:45:22 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-10-19 05:45:22 +0000 |
commit | b4117d2a37ba646765d85a01348849e614fd2bc2 (patch) | |
tree | 71156359b6a25303fe344376d81c42bc12685db7 /src/or | |
parent | dc85b7af3c5a089b6a5f38d55a0392ea091a979b (diff) | |
download | tor-b4117d2a37ba646765d85a01348849e614fd2bc2.tar.gz tor-b4117d2a37ba646765d85a01348849e614fd2bc2.zip |
move to 0.0.2pre13tor-0.0.2pre13
svn:r631
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index be014fff98..639a68ff3e 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -95,7 +95,7 @@ #include "../common/log.h" #include "../common/util.h" -#define RECOMMENDED_SOFTWARE_VERSIONS "0.0.2pre8,0.0.2pre9,0.0.2pre10,0.0.2pre11,0.0.2pre12,0.0.2pre13" +#define RECOMMENDED_SOFTWARE_VERSIONS "0.0.2pre8,0.0.2pre9,0.0.2pre10,0.0.2pre11,0.0.2pre12,0.0.2pre13,0.0.2pre14" #define MAXCONNECTIONS 1000 /* upper bound on max connections. can be lowered by config file */ |