]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.8.9
authorNick Mathewson <nickm@torproject.org>
Mon, 17 Oct 2016 18:57:26 +0000 (14:57 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 17 Oct 2016 18:57:26 +0000 (14:57 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

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