diff options
author | Roger Dingledine <arma@torproject.org> | 2010-05-05 03:12:33 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-05-05 03:12:33 -0400 |
commit | c359f10e29f78fea5813c5cb9bdf656b6a37943e (patch) | |
tree | 1ecbf7072e94705a41755d435c91716189864b38 /contrib | |
parent | ec3f576fbeb28c1f043f5f68648efc15c14136cd (diff) | |
download | tor-c359f10e29f78fea5813c5cb9bdf656b6a37943e.tar.gz tor-c359f10e29f78fea5813c5cb9bdf656b6a37943e.zip |
bump to 0.2.2.13-alpha-dev
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 3c1e9a70d5..173b7ab1e6 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -8,7 +8,7 @@ !include "LogicLib.nsh" !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.2.2.13-alpha" +!define VERSION "0.2.2.13-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |