diff options
author | Roger Dingledine <arma@torproject.org> | 2007-10-12 17:43:57 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-10-12 17:43:57 +0000 |
commit | 25041ed2e6939234c57a8a744cbc889022fbd4c5 (patch) | |
tree | 1800656e12bd736c5642cc90665bc2d8f4183609 /contrib | |
parent | de08405bdb1e00c7d70ad2ec5719a5b776362657 (diff) | |
download | tor-25041ed2e6939234c57a8a744cbc889022fbd4c5.tar tor-25041ed2e6939234c57a8a744cbc889022fbd4c5.tar.gz |
bump to 0.2.0.8-alpha
svn:r11897
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 e6acbe0b9..151144450 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.7-alpha-dev" +!define VERSION "0.2.0.8-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |