diff options
author | Roger Dingledine <arma@torproject.org> | 2006-10-07 19:38:21 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-10-07 19:38:21 +0000 |
commit | f787051e85eda8e6878207810df63103df8ad12c (patch) | |
tree | 782d61efe8cf5d4c814b424e8e61de2cc1e58279 /contrib | |
parent | f07f7a7a124ade0744afb636a8fd101113a6a7aa (diff) | |
download | tor-f787051e85eda8e6878207810df63103df8ad12c.tar tor-f787051e85eda8e6878207810df63103df8ad12c.tar.gz |
bump to 0.1.2.2-alpha-dev. time to go wild again.
svn:r8639
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 70810c411..4ac8393d5 100644 --- a/contrib/tor.nsi.in +++ b/contrib/tor.nsi.in @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.2.2-alpha" +!define VERSION "0.1.2.2-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |