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

index 230004946319182bba434f7f7e24f5a997123325..dbeba512cae517ba2656ac75ec90dfa1d9ebc121 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.2-alpha])
+AC_INIT([tor],[0.3.5.2-alpha-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 04702c3461bd98de406b243699d644fb1d957b9d..9a15d88530b4c35a55af95cab35965ea3f9a9550 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.5.2-alpha"
+!define VERSION "0.3.5.2-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index f20db1318ff2163b9756a10498e1acdc27ff3b50..09a29fa5ac6b531ef2de0223dfba6f0fb3674913 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.2-alpha"
+#define VERSION "0.3.5.2-alpha-dev"