]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.8.7-dev
authorNick Mathewson <nickm@torproject.org>
Wed, 24 Aug 2016 18:46:08 +0000 (14:46 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 24 Aug 2016 18:46:08 +0000 (14:46 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 6918868a0e5ade20b53454709ce8d39ea8385b75..76080f4a79477e6c526b3fb315f0a3205a51ba01 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.7])
+AC_INIT([tor],[0.2.8.7-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index a603975cd44228721ea915b5eb921c353a90a752..1b0c23da7279c507ffdfe6610cb78841bf0a9499 100644 (file)
@@ -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"
index d13e33c60e304865f9c84e3fca2cff119130ce85..a3ad9de2317f924fe7f8305ecb35412ae0030c4b 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.8.7"
+#define VERSION "0.2.8.7-dev"