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

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