aboutsummaryrefslogtreecommitdiff
path: root/contrib/tor-mingw.nsi.in
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-11-17 07:00:14 +0000
committerRoger Dingledine <arma@torproject.org>2007-11-17 07:00:14 +0000
commitc336dedd2148de33e41ee1482e334c96616e2b9b (patch)
treea30a2c72fb902e0a5c598ecb0735c328d2386ae6 /contrib/tor-mingw.nsi.in
parent6514843026222fe42fa93b01dfb4ed754beeb282 (diff)
downloadtor-c336dedd2148de33e41ee1482e334c96616e2b9b.tar
tor-c336dedd2148de33e41ee1482e334c96616e2b9b.tar.gz
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 'contrib/tor-mingw.nsi.in')
-rw-r--r--contrib/tor-mingw.nsi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index 3324287e4..f18661da6 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -5,7 +5,7 @@
;
!include "MUI.nsh"
-!define VERSION "0.2.0.12-alpha"
+!define VERSION "0.2.0.12-alpha-dev"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"