diff options
author | Roger Dingledine <arma@torproject.org> | 2010-04-24 05:43:43 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-04-24 05:43:43 -0400 |
commit | feb8c1b5f67f2c6f4ffe049236e958d26ca5b376 (patch) | |
tree | 4c1d370f7653796674c31deb2139c6cdbc14586e /contrib | |
parent | 8afc7d563ded50d6813ddf15a441b0063c6c0477 (diff) | |
download | tor-0.2.2.13-alpha.tar.gz tor-0.2.2.13-alpha.zip |
bump to 0.2.2.13-alphator-0.2.2.13-alpha
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 b213083628..3c1e9a70d5 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -8,7 +8,7 @@ !include "LogicLib.nsh" !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.2.2.12-alpha-dev" +!define VERSION "0.2.2.13-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |