diff options
author | Roger Dingledine <arma@torproject.org> | 2009-08-26 15:01:43 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-08-26 15:01:43 -0400 |
commit | 5308eceef3e7287f77d7b10065c9f8341c5dd75b (patch) | |
tree | 6460e0321aef428cee1338b17c0a9a0e3fb5a220 /contrib | |
parent | 5965a85ce05bb507f669a8de5609b7b3a649fb4b (diff) | |
download | tor-5308eceef3e7287f77d7b10065c9f8341c5dd75b.tar.gz tor-5308eceef3e7287f77d7b10065c9f8341c5dd75b.zip |
bump to 0.2.2.1-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 10a9e353e1..9dcbc6bac5 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.2.0-alpha-dev" +!define VERSION "0.2.2.1-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |