diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-03-18 13:47:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-03-18 13:48:19 -0400 |
commit | 3f7824ff68f63085fe78b7bc140e6bd3f18fc6b4 (patch) | |
tree | f1ce9ae49672d72577466d4ca01187151ad4754b /contrib | |
parent | cd0e5a942eee0f08f4311899c09c6783b2c8e22c (diff) | |
download | tor-3f7824ff68f63085fe78b7bc140e6bd3f18fc6b4.tar.gz tor-3f7824ff68f63085fe78b7bc140e6bd3f18fc6b4.zip |
bump to 0.4.6.1-alpha-dev
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/win32build/tor-mingw.nsi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in index 0e5d54bd79..bc02570ce1 100644 --- a/contrib/win32build/tor-mingw.nsi.in +++ b/contrib/win32build/tor-mingw.nsi.in @@ -8,7 +8,7 @@ !include "LogicLib.nsh" !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.4.6.1-alpha" +!define VERSION "0.4.6.1-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" |