diff options
author | Roger Dingledine <arma@torproject.org> | 2008-11-20 22:34:30 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-11-20 22:34:30 +0000 |
commit | 3769ef4cd24a0e1aaea016a89c31de1af14c90dc (patch) | |
tree | 7c997ebe471f8a062cb97c7059fb966b0cec5bea /contrib | |
parent | e5583139fee7e113904451addd722ee0c673c07d (diff) | |
download | tor-3769ef4cd24a0e1aaea016a89c31de1af14c90dc.tar.gz tor-3769ef4cd24a0e1aaea016a89c31de1af14c90dc.zip |
bump to 0.2.0.32
svn:r17344
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor-mingw.nsi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in index ff3a99a7c1..f58206289f 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -9,7 +9,7 @@ !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.2.0.31" +!define VERSION "0.2.0.32" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |