diff options
author | Roger Dingledine <arma@torproject.org> | 2013-07-01 16:39:39 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-07-01 16:39:39 -0400 |
commit | e7b435872cce464fee8efa75cdb228f07a367c2b (patch) | |
tree | 61838a005310b5a801ba76556402496f9aff3d92 /contrib | |
parent | 8b8e3476c05b24749f25fbce9e6c29a7125c841d (diff) | |
download | tor-0.2.4.15-rc.tar.gz tor-0.2.4.15-rc.zip |
bump to 0.2.4.15-rctor-0.2.4.15-rc
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 0697577067..d1bf3abe04 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.14-alpha" +!define VERSION "0.2.4.15-rc" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |