diff options
author | Roger Dingledine <arma@torproject.org> | 2012-09-05 20:05:50 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-09-05 20:05:50 -0400 |
commit | a504a81d22c9f000fefd44093c4a18693b8228fc (patch) | |
tree | e8e51508f9eaa0471e27d41cc04d7db05abeb957 /contrib | |
parent | 237129847b824925058975f8da665cd8cb1bed13 (diff) | |
download | tor-a504a81d22c9f000fefd44093c4a18693b8228fc.tar.gz tor-a504a81d22c9f000fefd44093c4a18693b8228fc.zip |
bump to 0.2.4.1-alpha-dev
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 0195e331e7..b7163c3eea 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.1-alpha" +!define VERSION "0.2.4.1-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |