diff options
author | Roger Dingledine <arma@torproject.org> | 2008-03-18 02:30:32 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-03-18 02:30:32 +0000 |
commit | 2d179e35ab05c58eb67ea870c634555243976160 (patch) | |
tree | b28ef2d2e250c9b7118045f46b2cd8a137edec29 /contrib | |
parent | 5109f64107b1ca1c45da0d01494d9b818c3d5340 (diff) | |
download | tor-2d179e35ab05c58eb67ea870c634555243976160.tar.gz tor-2d179e35ab05c58eb67ea870c634555243976160.zip |
bump to 0.2.0.22-rc
svn:r14085
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 6550cb9a9c..8fcb46935a 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.0.21-rc" +!define VERSION "0.2.0.22-rc" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |