]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.4.6-rc
authorNick Mathewson <nickm@torproject.org>
Mon, 6 Aug 2018 12:28:56 +0000 (08:28 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 6 Aug 2018 12:28:56 +0000 (08:28 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index af68e3a0959735b0c2cc218cd7cd5408eb865b24..e8ceab511958248b59ebd27dd1a63f3fb693165e 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.4-rc-dev])
+AC_INIT([tor],[0.3.4.6-rc])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index c7075ad6a94442fd1f3a65c410ddef08cc17a761..84ecb91f31750dbbbdcf8789638ff9a70c735496 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.4.4-rc-dev"
+!define VERSION "0.3.4.6-rc"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index a41e92a7031376a7c60e91d66930f35f5f82b091..81986fd1b17025deb847b1b4db5cb7fac216151d 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.4.4-rc-dev"
+#define VERSION "0.3.4.6-rc"