diff options
author | Roger Dingledine <arma@torproject.org> | 2007-06-02 20:22:42 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-06-02 20:22:42 +0000 |
commit | f6880cbc6b6d9aa81c4b26be9d08bbb33bed65cb (patch) | |
tree | 80053ac5c4cd9434ae768600dc141e2bbad4082d /contrib | |
parent | 1407cf9de350132ea97632b3b1754c68acbae4a5 (diff) | |
download | tor-f6880cbc6b6d9aa81c4b26be9d08bbb33bed65cb.tar.gz tor-f6880cbc6b6d9aa81c4b26be9d08bbb33bed65cb.zip |
bump to 0.2.0.1-alpha-cvs while we're in transition
svn:r10454
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 ff83235005..c29596d82b 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.1-alpha" +!define VERSION "0.2.0.1-alpha-cvs" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |