]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.2.8.9-dev
authorNick Mathewson <nickm@torproject.org>
Mon, 17 Oct 2016 20:32:11 +0000 (16:32 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 17 Oct 2016 20:32:11 +0000 (16:32 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 37827d6ab6db60ac4fce1de1a0c3733e046bd411..fb91f34246b748ba7199e939f0827cd14adb54aa 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.9])
+AC_INIT([tor],[0.2.8.9-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 59cb38160ac0bd84efa4944f3084571a59c294a0..4a4bc9bb1fb8b472badf92d2eb8c6264a321f1b3 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.8.9"
+!define VERSION "0.2.8.9-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 2b98d1cfd9e2f5824ee4c0eece9d7b8e2695fcee..689f36edad86f50196036878ed6152333d222216 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.8.9"
+#define VERSION "0.2.8.9-dev"