diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-12-31 08:58:26 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-12-31 08:58:26 -0500 |
commit | a4193252e944022cbb614f9bae44f7c87dbfd64a (patch) | |
tree | e77316e1cd4504e297afe02b90cde73068b00d66 /contrib | |
parent | 6ed95baa0c6dde9e07fd6e9c8d1fea950f2e1840 (diff) | |
download | tor-a4193252e944022cbb614f9bae44f7c87dbfd64a.tar.gz tor-a4193252e944022cbb614f9bae44f7c87dbfd64a.zip |
bump the version to 0.2.6.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 d675c2cc09..000fcc2f66 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.1-alpha-dev" +!define VERSION "0.2.6.2-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |