]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.3.5.11
authorNick Mathewson <nickm@torproject.org>
Thu, 9 Jul 2020 14:28:21 +0000 (10:28 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Jul 2020 14:28:21 +0000 (10:28 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 5f66d8c37e006f5e04a948b87fb3d4c129fb28a8..24f1eeda3e17ba22457b95b49a4ffa82c68b3eb2 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.10-dev])
+AC_INIT([tor],[0.3.5.11])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 7252e7eb76ada772b685796f44c0b20ac9cf987e..e4af442c06ba5986ca8bae14b8bde208db0b8f98 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.5.10-dev"
+!define VERSION "0.3.5.11"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 2b21abe888369d8cd448b108b7bb662932f1edd1..521f54192c968a1f44092afecc3ac479eb1aae9d 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.10-dev"
+#define VERSION "0.3.5.11"