diff options
author | Roger Dingledine <arma@torproject.org> | 2006-01-11 22:36:32 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-01-11 22:36:32 +0000 |
commit | aa070a33016f7616da9cbdf59c7b58039780158b (patch) | |
tree | 4f2757fa5e098ffcd79d33f4c99eabcb0e6c7b6b /contrib | |
parent | 54a7285e99e052702103b7988cd084759b138e15 (diff) | |
download | tor-aa070a33016f7616da9cbdf59c7b58039780158b.tar.gz tor-aa070a33016f7616da9cbdf59c7b58039780158b.zip |
bump to 0.1.1.12-alpha
ha ha
svn:r5808
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 9f95dab606..8049d2b0a8 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.11-alpha-cvs" +!define VERSION "0.1.1.12-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |