diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-17 07:00:14 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-17 07:00:14 +0000 |
commit | c336dedd2148de33e41ee1482e334c96616e2b9b (patch) | |
tree | a30a2c72fb902e0a5c598ecb0735c328d2386ae6 /configure.in | |
parent | 6514843026222fe42fa93b01dfb4ed754beeb282 (diff) | |
download | tor-c336dedd2148de33e41ee1482e334c96616e2b9b.tar.gz tor-c336dedd2148de33e41ee1482e334c96616e2b9b.zip |
The fix in 0.2.0.12-alpha cleared the "hsdir" flag in v3 network
consensus documents when there are too many relays at a single
IP address. Now clear it in v2 network status documents too.
svn:r12522
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 20f9fd4ce6..a5aeb47439 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.0.12-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.0.12-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |