tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit fa438b6cf023df22e78dc2640bcd00da7d08846c
parent 14385ce71e1d7bddc671d3805d3b7dcb17eeded9
Author: David Goulet <dgoulet@torproject.org>
Date:   Thu, 28 Oct 2021 09:40:50 -0400

version: Missing version update in couple files

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Mcontrib/win32build/tor-mingw.nsi.in | 2+-
Msrc/win32/orconfig.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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.3.5.17" +!define VERSION "0.3.5.17-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h @@ -218,7 +218,7 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.3.5.17" +#define VERSION "0.3.5.17-dev"