diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-15 11:57:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-15 11:57:06 -0400 |
commit | e00f12ec6c6fda091bbf09d0bfeab057947d3808 (patch) | |
tree | 18c216c9100786e41ca8588200cae92d74734523 /contrib | |
parent | 22139c0b285e32639b35d671bef12277d3441791 (diff) | |
download | tor-e00f12ec6c6fda091bbf09d0bfeab057947d3808.tar.gz tor-e00f12ec6c6fda091bbf09d0bfeab057947d3808.zip |
bump version on master to 0.3.3.0-alpha-devtor-0.3.3.0-alpha-dev
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 02d4ef9072..f3c23ef335 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.2.2-alpha-dev" +!define VERSION "0.3.3.0-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |