]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.3.4.2-alpha
authorNick Mathewson <nickm@torproject.org>
Mon, 11 Jun 2018 20:49:09 +0000 (16:49 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 11 Jun 2018 20:49:17 +0000 (16:49 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 3b1a6c0081cb74ac86fa8715009b83cdd2400b84..37a2b5e18a898fc1363decf83c0db9ef3246b3e2 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.1-alpha-dev])
+AC_INIT([tor],[0.3.4.2-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index bd1761f888290db5ccecf0ab8c7a0026f2a685e8..9bae48569d1204ca03684db0bad6ba86920d55f1 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.4.1-alpha-dev"
+!define VERSION "0.3.4.2-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 52165a23003498501e7ae912f964f436cfb1c573..3f0b19605d7ff42ce00f25b738e54e8d2cc02515 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.4.1-alpha-dev"
+#define VERSION "0.3.4.2-alpha"