diff options
author | Roger Dingledine <arma@torproject.org> | 2011-10-26 20:33:23 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-10-26 20:33:23 -0400 |
commit | 1a160ae5235951f73620e980b480c919fc184c32 (patch) | |
tree | 5dbe0deed493eae021e45dae125508414ffa865b /contrib | |
parent | 0eaebebffa4cb8e445e249db0bf6942e1a93bdee (diff) | |
download | tor-1a160ae5235951f73620e980b480c919fc184c32.tar.gz tor-1a160ae5235951f73620e980b480c919fc184c32.zip |
bump to 0.2.3.6-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 115129b498..3316b70371 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.3.5-alpha-dev" +!define VERSION "0.2.3.6-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |