diff options
author | Roger Dingledine <arma@torproject.org> | 2007-07-30 03:40:51 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-07-30 03:40:51 +0000 |
commit | e118efb545c7a766d98a69d7a9f704edfac8d5c2 (patch) | |
tree | de2c01ffa34b3cc47d65f94281f5dcde09e1b7fe /contrib | |
parent | 915c4c3ab8faae79151fbeb0f2116b56d52b0f5d (diff) | |
download | tor-e118efb545c7a766d98a69d7a9f704edfac8d5c2.tar.gz tor-e118efb545c7a766d98a69d7a9f704edfac8d5c2.zip |
bump to 0.2.0.3-alpha
svn:r10982
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 d06f282057..c0a71fcf92 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -5,7 +5,7 @@ ; !include "MUI.nsh" -!define VERSION "0.2.0.2-alpha-dev" +!define VERSION "0.2.0.3-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |