diff options
author | Roger Dingledine <arma@torproject.org> | 2003-10-12 07:19:10 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-10-12 07:19:10 +0000 |
commit | 411a18e34c3503aea18ba9675fc20b850c35fea5 (patch) | |
tree | 7477f617719c141b8264adb4cf1685810a74042d /src/or | |
parent | 88a068b594074e050a970a6b326f672e134eaf25 (diff) | |
download | tor-411a18e34c3503aea18ba9675fc20b850c35fea5.tar tor-411a18e34c3503aea18ba9675fc20b850c35fea5.tar.gz |
put out 0.0.2pre12
(mainly doc and log changes)
svn:r579
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 2ae89fc75..239b7c0b6 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" +#define RECOMMENDED_SOFTWARE_VERSIONS "0.0.2pre8,0.0.2pre9,0.0.2pre10,0.0.2pre11,0.0.2pre12,0.0.2pre13" #define MAXCONNECTIONS 1000 /* upper bound on max connections. can be lowered by config file */ |