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

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