]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.5.1-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Tue, 18 Sep 2018 11:52:27 +0000 (07:52 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 18 Sep 2018 11:52:27 +0000 (07:52 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index d36c9c163ee414f1537d7922ec99f629912a6087..a77c6bb054c7e6240caa3b454e894bcc145daff8 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.1-alpha])
+AC_INIT([tor],[0.3.5.1-alpha-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index f1d742e9e7a8a6822b83d2a97ea08e6c260a2bc7..9297d592ac79e5be8823505fe28548da6dc99128 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.5.1-alpha"
+!define VERSION "0.3.5.1-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 112160979459b85244a779d7ede508e25d2d37a9..457cfa794638d5c49755ced4ff4d8e8620bcaea8 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.1-alpha"
+#define VERSION "0.3.5.1-alpha-dev"