diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-11 16:49:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-11 16:49:17 -0400 |
commit | fa195626bdc12c99d60c7a909b9e1b632bc0c4f4 (patch) | |
tree | 492e91a9c1ebc19c031b2cbea859ee7fccf53b54 /contrib | |
parent | 8be3513743aa953d03ff321ceee029cace1f78d8 (diff) | |
download | tor-fa195626bdc12c99d60c7a909b9e1b632bc0c4f4.tar.gz tor-fa195626bdc12c99d60c7a909b9e1b632bc0c4f4.zip |
bump to 0.3.4.2-alpha
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/win32build/tor-mingw.nsi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in index bd1761f888..9bae48569d 100644 --- a/contrib/win32build/tor-mingw.nsi.in +++ b/contrib/win32build/tor-mingw.nsi.in @@ -8,7 +8,7 @@ !include "LogicLib.nsh" !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.3.4.1-alpha-dev" +!define VERSION "0.3.4.2-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |