diff options
author | Roger Dingledine <arma@torproject.org> | 2013-06-14 18:27:38 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-06-14 18:27:38 -0400 |
commit | dcb4f22506c7763dee9fbf6139df9dc11d41b184 (patch) | |
tree | 5fadd8183074799750e10d1755ed7e67dab7dc22 /contrib | |
parent | 110a75130e319f96ce528ae4e17659d95f9c5e7d (diff) | |
download | tor-0.2.4.13-alpha.tar.gz tor-0.2.4.13-alpha.zip |
bump to 0.2.4.13-alphator-0.2.4.13-alpha
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 d8d99043fe..603194a63f 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.4.12-alpha" +!define VERSION "0.2.4.13-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |