diff options
author | Roger Dingledine <arma@torproject.org> | 2013-01-15 11:57:34 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-01-15 11:57:34 -0500 |
commit | 23dd7c901287d7d8282945cb22950a39f5bcdfd2 (patch) | |
tree | ef2f8d3cdea2d19bd57dfa60e7dc5aa12a5ccc3a /contrib | |
parent | ceb797c4b72130787b4462c6887abb924138248a (diff) | |
download | tor-23dd7c901287d7d8282945cb22950a39f5bcdfd2.tar tor-23dd7c901287d7d8282945cb22950a39f5bcdfd2.tar.gz |
bump to 0.2.4.9-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 dd9073daa..a0c4070e0 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.8-alpha-dev" +!define VERSION "0.2.4.9-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |