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

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