diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-25 00:39:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-25 00:39:58 +0000 |
commit | 3dd9a3a23a0b8638bcfe0be3036c706e8b6d3eb8 (patch) | |
tree | b0028c03f25155478b240e80f19f0fceb1ff19c4 /contrib | |
parent | e7f3d6f76cd36f2c337d18b04f1dd2e5bae58d34 (diff) | |
download | tor-3dd9a3a23a0b8638bcfe0be3036c706e8b6d3eb8.tar.gz tor-3dd9a3a23a0b8638bcfe0be3036c706e8b6d3eb8.zip |
bump to 0.2.0.20-rctor-0.2.0.20-rc
svn:r13715
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 c0ee0aa631..fde1703e42 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.19-alpha-dev" +!define VERSION "0.2.0.20-rc" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |