]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.4.10
authorNick Mathewson <nickm@torproject.org>
Mon, 7 Jan 2019 15:22:42 +0000 (10:22 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 7 Jan 2019 15:22:42 +0000 (10:22 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 14c87cd1bb89cb101e7a17a6afb4d96ea211fc67..8188dc45153792d25cc478006eea6071408de483 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2017, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.4.9-dev])
+AC_INIT([tor],[0.3.4.10])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 92de55778131a6c5e36b37d599258ddfad14cfc6..f5268249e0d45ca7f983c70666584a478ad8f9a1 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.4.9-dev"
+!define VERSION "0.3.4.10"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 1f1e56e76ce8f823c46d942e0eed26719a1eb4de..1de4c66a483b5c733b5c3a66ea32ca6840211c39 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.4.9-dev"
+#define VERSION "0.3.4.10"