]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.4.3-alpha.
authorNick Mathewson <nickm@torproject.org>
Mon, 25 Jun 2018 18:07:23 +0000 (14:07 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 25 Jun 2018 18:07:23 +0000 (14:07 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

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