diff options
author | Roger Dingledine <arma@torproject.org> | 2013-02-04 17:11:00 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-02-04 17:11:00 -0500 |
commit | 54f9a402c5f68633cc46c90364741fe1bd28e0da (patch) | |
tree | 93bb6c914b67b0e8c996e39bd2595cf6bc000a2c /contrib | |
parent | 03bdb4d5cef676a4332e7982d004afe4ff9110c1 (diff) | |
download | tor-54f9a402c5f68633cc46c90364741fe1bd28e0da.tar tor-54f9a402c5f68633cc46c90364741fe1bd28e0da.tar.gz |
bump to 0.2.4.10-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 c15a1a7c5..2ee97ed7f 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.9-alpha-dev" +!define VERSION "0.2.4.10-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |