diff options
author | Roger Dingledine <arma@torproject.org> | 2011-05-16 21:56:19 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-05-16 21:56:19 -0400 |
commit | 472cbbc826e9f3bfda9944532582107009e31232 (patch) | |
tree | 825428c4644cd848a6fe1a4c7e0fdefc85f98a43 /contrib | |
parent | 1b14f12086254109e246be66370a6cd73150d985 (diff) | |
download | tor-472cbbc826e9f3bfda9944532582107009e31232.tar.gz tor-472cbbc826e9f3bfda9944532582107009e31232.zip |
bump to 0.2.2.26-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 78e4820392..fbc049bdcf 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.2.25-alpha" +!define VERSION "0.2.2.26-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |