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

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