diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-19 14:15:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-19 14:15:04 -0400 |
commit | 0379439fe89f7951415659b5fe2136e2a7fdc6ee (patch) | |
tree | 4b1f25f247edbd83d7e463ffde88cd65a6f4e9e9 /src/or/config.c | |
parent | 3f807ec05866d0438d81c252ac43946cabd23233 (diff) | |
download | tor-0379439fe89f7951415659b5fe2136e2a7fdc6ee.tar.gz tor-0379439fe89f7951415659b5fe2136e2a7fdc6ee.zip |
refer to the correct version
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/config.c b/src/or/config.c index 5fda820d15..218fd4ecfc 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -693,12 +693,12 @@ static const config_deprecation_t option_deprecation_notes_[] = { "NoAdvertise sub-option" }, /* End of options deprecated since 0.2.9.2-alpha. */ - /* Deprecated since 0.3.1.0-alpha. */ + /* Deprecated since 0.3.2.0-alpha. */ { "HTTPProxy", "It only applies to direct unencrypted HTTP connections " "to your directory server, which your Tor probably wasn't using." }, { "HTTPProxyAuthenticator", "HTTPProxy is deprecated in favor of HTTPSProxy " "which should be used with HTTPSProxyAuthenticator." }, - /* End of options deprecated since 0.3.1.0-alpha. */ + /* End of options deprecated since 0.3.2.0-alpha. */ { NULL, NULL } }; |