]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.5.1-alpha
authorNick Mathewson <nickm@torproject.org>
Mon, 17 Sep 2018 13:12:42 +0000 (09:12 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 17 Sep 2018 13:12:42 +0000 (09:12 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index f0673cf4c57dfc44cb71a8d30e7a0f0599b75a6e..d36c9c163ee414f1537d7922ec99f629912a6087 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2018, 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.5.1-alpha])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index c9822790bb9d9623de2a662664123f8a9b7c7fe4..f1d742e9e7a8a6822b83d2a97ea08e6c260a2bc7 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.5.1-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 65a905debe3220f4950da527d2e59d59f24a9da1..112160979459b85244a779d7ede508e25d2d37a9 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.0-alpha-dev"
+#define VERSION "0.3.5.1-alpha"