diff options
author | Roger Dingledine <arma@torproject.org> | 2009-11-19 14:16:11 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-11-19 14:16:11 -0500 |
commit | 1ee580407ccb91304cf7ae24c0d809f57e6b4ccc (patch) | |
tree | 775e9606f51462e7c85d6c338748ddc1eb622528 /contrib/tor-mingw.nsi.in | |
parent | b5462efd60381db9a96c14c6968984a0381e6c33 (diff) | |
download | tor-1ee580407ccb91304cf7ae24c0d809f57e6b4ccc.tar.gz tor-1ee580407ccb91304cf7ae24c0d809f57e6b4ccc.zip |
bump to 0.2.2.6-alphator-0.2.2.6-alpha
Diffstat (limited to 'contrib/tor-mingw.nsi.in')
-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 44660edf00..5cf9f2245c 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.2.5-alpha-dev" +!define VERSION "0.2.2.6-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |