]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.3.2.6-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 1 Dec 2017 14:34:31 +0000 (09:34 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 1 Dec 2017 14:34:31 +0000 (09:34 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 4413328de344de6f78515f561080486dab8d3a2e..0868223132b0df35500a3b20c3efcc38da51f0ab 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.2.6-alpha])
+AC_INIT([tor],[0.3.2.6-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 5c6463ff106e2f69ee5bcd68c65e8a8ec65ed57a..4a4fc51f92b981e16e3cfc348637f4f233285215 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.2.6-alpha"
+!define VERSION "0.3.2.6-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index d04bc37ac25d9f3df71c17de5fda51c59bf28df3..5bd1f47e58d03be0012f052e2e53ef8f76c0c227 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.2.6-alpha"
+#define VERSION "0.3.2.6-alpha-dev"