diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-23 00:15:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-23 00:15:25 -0400 |
commit | a53e9bfeb407c1d79a3858d0b4c29cec0fa08f98 (patch) | |
tree | 188757ce541028597ddff8c1fe315cb59378f343 /contrib | |
parent | d336d407d63638ddd1ae35081cc7e53698cd1b5e (diff) | |
download | tor-a53e9bfeb407c1d79a3858d0b4c29cec0fa08f98.tar tor-a53e9bfeb407c1d79a3858d0b4c29cec0fa08f98.tar.gz |
bump to 0.2.5.3-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 01a4a58e1..d14ff791b 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.5.3-alpha" +!define VERSION "0.2.5.3-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |