diff options
author | Roger Dingledine <arma@torproject.org> | 2009-03-09 00:56:22 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-03-09 00:56:22 +0000 |
commit | e80ee338571c6a9c14f781775055411687b5bc69 (patch) | |
tree | d95a341908030d5a3697d23d250f68cadb805dd5 /contrib | |
parent | 89da31f772b48914ef34ab8cb06a1d46320e1b53 (diff) | |
download | tor-e80ee338571c6a9c14f781775055411687b5bc69.tar.gz tor-e80ee338571c6a9c14f781775055411687b5bc69.zip |
bump to 0.2.1.13-alpha
svn:r18814
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 ec2c6b60c4..0a9c7b7edb 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.12-alpha-dev" +!define VERSION "0.2.1.13-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |