diff options
author | Roger Dingledine <arma@torproject.org> | 2004-12-15 19:51:35 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-12-15 19:51:35 +0000 |
commit | 29cf8a0a457dcdba7e019357e4324a130699b9a5 (patch) | |
tree | f6717c751914949398f88aa283041e2c10b2ce9b /contrib | |
parent | 98079e503770e63c8a2740e2306105e720bab5d0 (diff) | |
download | tor-29cf8a0a457dcdba7e019357e4324a130699b9a5.tar.gz tor-29cf8a0a457dcdba7e019357e4324a130699b9a5.zip |
move us to 0.0.9.1
svn:r3150
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tor.nsi b/contrib/tor.nsi index 46cea40788..1876c3f0d8 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.0.9" +!define VERSION "0.0.9.1" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://freehaven.net/tor/" |