]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.2.8.11
authorNick Mathewson <nickm@torproject.org>
Thu, 8 Dec 2016 14:04:37 +0000 (09:04 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 8 Dec 2016 14:04:37 +0000 (09:04 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index fb5d6d728be5512ff71173c526e0a6d46ea12571..3113366001c04d4a32501c886b0b8bdc557cbccc 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.10-dev])
+AC_INIT([tor],[0.2.8.11])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index a36123f0c3a64ae9db47013a2ba9b136897e3ea6..17e6f03220b26b7da3feebeae904fbdbd310bf26 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.8.10-dev"
+!define VERSION "0.2.8.11"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 923d520d470d1398438d173a35f3bf8e17c76b16..29a9f6fa219f1dba26cf2762b1226d9286b6f8cd 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.8.10-dev"
+#define VERSION "0.2.8.11"