]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.6.11
authorNick Mathewson <nickm@torproject.org>
Tue, 28 Feb 2017 15:26:24 +0000 (10:26 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 28 Feb 2017 15:26:24 +0000 (10:26 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 3654024adc66134fb835b3efae6cbea691f9e059..a79ea82fe37f76228279f73783c58821eabab06a 100644 (file)
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2015, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.6.10-dev])
+AC_INIT([tor],[0.2.6.11])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 4143cf4e979dedc6aef800a12d9d002ad5efbf87..6611bb8c2dbd59bcc85bdc655776447d1fed44f6 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.6.10-dev"
+!define VERSION "0.2.6.11"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 82e7e653a894f14ea0ec9715ba1e3ae6282dabce..59cd43e7ef3f1437fcc99bfdd878b276035eb91f 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.6.10-dev"
+#define VERSION "0.2.6.11"