]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Hang on; this branch is supposed to be 0.3.4.2-alpha-dev.
authorNick Mathewson <nickm@torproject.org>
Thu, 21 Jun 2018 13:01:00 +0000 (09:01 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 21 Jun 2018 13:01:00 +0000 (09:01 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 606bceeda527ca4eed876cac01bbb85ebe28c6e2..9a4b0ef3957fa88ee2a59b1be031e28f6857f51d 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.5.0-alpha-dev])
+AC_INIT([tor],[0.3.4.2-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index c9822790bb9d9623de2a662664123f8a9b7c7fe4..8181c94241047e3487d227415ab966894ec6db21 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.5.0-alpha-dev"
+!define VERSION "0.3.4.2-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 65a905debe3220f4950da527d2e59d59f24a9da1..a201a76ac6352093a16cdd381a79f5be8dc588c1 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.0-alpha-dev"
+#define VERSION "0.3.4.2-alpha-dev"