diff options
author | Roger Dingledine <arma@torproject.org> | 2008-06-13 05:13:55 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-06-13 05:13:55 +0000 |
commit | ff4b6bd15f2e6071828c40a04917eb02fd33b33c (patch) | |
tree | 4c95bf6f3dfd417d560054707cd78a14925b7fbf /contrib | |
parent | ca902b070ee9fdcd58069a7535cab7f7122a807e (diff) | |
download | tor-ff4b6bd15f2e6071828c40a04917eb02fd33b33c.tar.gz tor-ff4b6bd15f2e6071828c40a04917eb02fd33b33c.zip |
bump to 0.2.1.1-alpha
svn:r15187
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 b712cc92ad..8bc37f7f94 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.1.0-alpha-dev" +!define VERSION "0.2.1.1-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |