]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
version: Bump to 0.3.5.17
authorDavid Goulet <dgoulet@torproject.org>
Tue, 26 Oct 2021 13:16:13 +0000 (09:16 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 26 Oct 2021 13:16:17 +0000 (09:16 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index e698bf8901edd902d7643157425cc7b00dbaa44a..855eb6441a41695184d1e413e567f330edbb0dd2 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.5.16-dev])
+AC_INIT([tor],[0.3.5.17])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index c8695bc86c0f48f5691e199eb3c70700f5c78dcc..7a6566a2c3adfbfcccbe0c1178bb6d42f0557f78 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.5.16"
+!define VERSION "0.3.5.17"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 273806fde321dbc9b023dfbcb7be9044a87b91ed..f32c725b07476b4019e835912e4b37ed3ba32843 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.16"
+#define VERSION "0.3.5.17"