diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-24 11:01:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-24 11:01:33 -0400 |
commit | e2ede7c9d5944c87eb4022eae0090cdfac2202b9 (patch) | |
tree | 16f9ad183c1d8bc3cff90e41a948431b574b7012 /contrib | |
parent | 93731d6e37ca3e66c66204e187ce932ba1219e80 (diff) | |
download | tor-e2ede7c9d5944c87eb4022eae0090cdfac2202b9.tar.gz tor-e2ede7c9d5944c87eb4022eae0090cdfac2202b9.zip |
Bump to 0.2.9.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 81ff86c78e..543a834ae2 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.9.1-alpha-dev" +!define VERSION "0.2.9.2-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |