diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-17 09:26:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-17 09:26:32 -0400 |
commit | d70ca3554eb484983e28247df4732e0525a8e276 (patch) | |
tree | 7b99ee714292061a9949c7d62fe3a6724be6465b /contrib | |
parent | 4b4233e0bc0255a10cfba5b4f926e120169cb79c (diff) | |
download | tor-d70ca3554eb484983e28247df4732e0525a8e276.tar.gz tor-d70ca3554eb484983e28247df4732e0525a8e276.zip |
Bump to 0.3.5.3-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 9a15d88530..8a82b013e4 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.5.2-alpha-dev" +!define VERSION "0.3.5.3-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |