diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-11-09 17:12:18 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-11-09 17:12:18 -0500 |
commit | 665083be9f7eabb4f18b78d09bf4b432eddf390c (patch) | |
tree | 7e0acd98db41faab7cf8c0bc20c2023fff56f2eb /contrib | |
parent | 52e439c13eac6982a605c698c49629b1da48563d (diff) | |
download | tor-665083be9f7eabb4f18b78d09bf4b432eddf390c.tar.gz tor-665083be9f7eabb4f18b78d09bf4b432eddf390c.zip |
Bump to 0.3.5.12
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 638754153b..374a503698 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.11-dev" +!define VERSION "0.3.5.12" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |