diff options
author | Roger Dingledine <arma@torproject.org> | 2006-08-27 07:03:17 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-08-27 07:03:17 +0000 |
commit | 389b7999c6a196626641f0cb3e30c6d93b635b75 (patch) | |
tree | 986c2d73271d12ed6f496746c66ac0f13dd260b1 /contrib | |
parent | 20715027f7b3dc1e27686fe76cd73867db54a6a4 (diff) | |
download | tor-389b7999c6a196626641f0cb3e30c6d93b635b75.tar tor-389b7999c6a196626641f0cb3e30c6d93b635b75.tar.gz |
bump to 0.1.2.1-alpha
(does it work?)
svn:r8244
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor.nsi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tor.nsi.in b/contrib/tor.nsi.in index 090138080..3e2c53b17 100644 --- a/contrib/tor.nsi.in +++ b/contrib/tor.nsi.in @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.2.0-alpha-cvs" +!define VERSION "0.1.2.1-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |