From: Nick Mathewson Date: Wed, 24 Aug 2016 18:46:08 +0000 (-0400) Subject: bump to 0.2.8.7-dev X-Git-Tag: tor-0.2.8.8~11^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9124b8cc76e247ea2a581b33af942729e250b8d;p=thirdparty%2Ftor.git bump to 0.2.8.7-dev --- diff --git a/configure.ac b/configure.ac index 6918868a0e..76080f4a79 100644 --- a/configure.ac +++ b/configure.ac @@ -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.7]) +AC_INIT([tor],[0.2.8.7-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in index a603975cd4..1b0c23da72 100644 --- a/contrib/win32build/tor-mingw.nsi.in +++ b/contrib/win32build/tor-mingw.nsi.in @@ -8,7 +8,7 @@ !include "LogicLib.nsh" !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.2.8.7" +!define VERSION "0.2.8.7-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index d13e33c60e..a3ad9de231 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -229,7 +229,7 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.8.7" +#define VERSION "0.2.8.7-dev"