]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.3.2.6-alpha
authorNick Mathewson <nickm@torproject.org>
Thu, 30 Nov 2017 17:26:30 +0000 (12:26 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 30 Nov 2017 17:26:30 +0000 (12:26 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

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