diff options
author | Roger Dingledine <arma@torproject.org> | 2009-03-09 21:43:31 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-03-09 21:43:31 +0000 |
commit | 7ee8afe82d76b8b07087b5c28c1a075ed1ec6c9b (patch) | |
tree | b779f1fbe7605eb8c243cc591ed9462cea9f214e /contrib/tor-mingw.nsi.in | |
parent | d40cbda2cd9e8f41e827d01f99450c760f339dbf (diff) | |
download | tor-7ee8afe82d76b8b07087b5c28c1a075ed1ec6c9b.tar.gz tor-7ee8afe82d76b8b07087b5c28c1a075ed1ec6c9b.zip |
bump to 0.2.1.13-alpha-dev
svn:r18830
Diffstat (limited to 'contrib/tor-mingw.nsi.in')
-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 0a9c7b7edb..263d17d542 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.1.13-alpha" +!define VERSION "0.2.1.13-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |