]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump maint-0.2.8 to 0.2.8.6-dev
authorNick Mathewson <nickm@torproject.org>
Tue, 2 Aug 2016 15:13:44 +0000 (11:13 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 2 Aug 2016 15:13:44 +0000 (11:13 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 28eef2aa844ad2f6ac31adcd733b6e4617d89564..4658b3a84511f7da1bfca321127a538ba90dae80 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2015, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.2.8.6])
+AC_INIT([tor],[0.2.8.6-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index ba6afd1a56c01c493e189c8d4ba8a1af259c5b5d..e146694cfeb6becb01b10aacc91832af81177f76 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.8.6"
+!define VERSION "0.2.8.6-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index e4fe94262e347b10a5ed3b155ed3476c0de3535f..af4cba288916da83c8f8810585a411070d01d102 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.8.6"
+#define VERSION "0.2.8.6-dev"