]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.4.7-rc
authorNick Mathewson <nickm@torproject.org>
Fri, 24 Aug 2018 13:13:20 +0000 (09:13 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 24 Aug 2018 13:13:20 +0000 (09:13 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 2d1390baef6c94976d35e66afe89386ab30ce7e3..b7f15a6f9e486ad43c0d412f94842d67ab3f2e7f 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.6-rc-dev])
+AC_INIT([tor],[0.3.4.7-rc])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index bbe5586e49c7d3683e41ae283d118bff7072b0f5..fad92b58953a62d4cfdce52fb70d23e976bc6712 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.4.6-rc-dev"
+!define VERSION "0.3.4.7-rc"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 4b0522e47107e9a5570754a760febe39e7ea7e05..c7f865f0f474dec13c151cbffd301d3d87eede87 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.4.6-rc-dev"
+#define VERSION "0.3.4.7-rc"