]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.5.8
authorNick Mathewson <nickm@torproject.org>
Thu, 21 Feb 2019 14:51:29 +0000 (09:51 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 21 Feb 2019 14:51:29 +0000 (09:51 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 9bc7f58dc9ae2310ca22d7f82266a9bde1cfccf2..b83310684ec94a0d43499058ccc6558743e8b1d4 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.7-dev])
+AC_INIT([tor],[0.3.5.8])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 1e869165e376d79fb7b969aa84a60409c34ec14b..5af1ca0dd3f76cc8e9b81ffadafd10a433d913d3 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.5.7-dev"
+!define VERSION "0.3.5.8"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 496eb0ceb0f1c523d3b94624d019df31b0974b04..3936dc850e318a4265d13e1a726c1070cb962d46 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.7-dev"
+#define VERSION "0.3.5.8"