]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.3.1.6-rc
authorNick Mathewson <nickm@torproject.org>
Tue, 5 Sep 2017 12:30:52 +0000 (08:30 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 5 Sep 2017 12:30:52 +0000 (08:30 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index a7cf8f7393de09dce084c32aff6d6d0820e51c94..33f74da558effbae6a678c06faa7b3dd9a166e98 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.1.5-alpha-dev])
+AC_INIT([tor],[0.3.1.6-rc])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 45b2db816ce8d36c4a722879b354f8ff8eadcef9..d35b5c682ab885662d887ccc893d4272ea93a008 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.1.5-alpha-dev"
+!define VERSION "0.3.1.6-rc"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index fc52ca3a17d6321e5db519b02ad4074b757d20ef..1f6373e00b527b8ec51ca32cc4eda498298ba285 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.1.5-alpha-dev"
+#define VERSION "0.3.1.6-rc"