diff options
author | Roger Dingledine <arma@torproject.org> | 2010-03-08 00:40:00 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-03-08 00:40:00 -0500 |
commit | db135e92b4498f748bd82d0c92d8be9cca873ac9 (patch) | |
tree | ee53664bc712ae017a16b06474ac003613876a00 /contrib | |
parent | 81b84c0b017267b4279e18cb5143118efc43ed1c (diff) | |
download | tor-db135e92b4498f748bd82d0c92d8be9cca873ac9.tar.gz tor-db135e92b4498f748bd82d0c92d8be9cca873ac9.zip |
bump to 0.2.2.10-alpha-dev
now's your chance to destabilize it
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 bc9eef08af..523ca760da 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -9,7 +9,7 @@ !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.2.2.10-alpha" +!define VERSION "0.2.2.10-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |