diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-08 09:26:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-08 09:26:20 -0400 |
commit | 0de46203750f8c01b5f355d743949fe8471b0636 (patch) | |
tree | b3e7389b019358f234d7befbf16b20519999a5c3 /contrib | |
parent | 40bccc20042fcc4f43964b358257470830169e73 (diff) | |
download | tor-0de46203750f8c01b5f355d743949fe8471b0636.tar.gz tor-0de46203750f8c01b5f355d743949fe8471b0636.zip |
Bump to 0.2.6.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 6611bb8c2d..4de6b1b253 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.2.6.11" +!define VERSION "0.2.6.12" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |