]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version in master to 0.3.4.0-alpha-dev tor-0.3.4.0-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 16 Feb 2018 01:11:25 +0000 (20:11 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 16 Feb 2018 01:11:25 +0000 (20:11 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 1e27dfa5637e94f148cc1851dc9373f96e60927c..cea02b7daf56f2e1b2ab5bb47c8768ea90f67cc7 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.3.2-alpha-dev])
+AC_INIT([tor],[0.3.4.0-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 77e75c45023e3c7dacf8a2cc52c9603b3c561f99..dfcb0644dc1c39cedfc2fe0554398c0ec90c5695 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.3.2-alpha-dev"
+!define VERSION "0.3.4.0-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 218cc36ec97718088b0d04744bddafe2ed919285..238e0f6962f2069b479bea445dcc7e72c4d69fe7 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.3.2-alpha-dev"
+#define VERSION "0.3.4.0-alpha-dev"