]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.6.6
authorNick Mathewson <nickm@torproject.org>
Tue, 24 Mar 2015 14:23:34 +0000 (10:23 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 24 Mar 2015 14:23:34 +0000 (10:23 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 3adcc2b2e86c669e3ddfa8f883981ff71fc6f598..e57588144a0b850678290dfa55a79ab904f5e41a 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.5-rc-dev])
+AC_INIT([tor],[0.2.6.6])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 3eb287fa4f97b9fc631a4d9215b72aa704edbb45..dda8244485cf759326b198271d5b44577a28ff44 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.6.5-rc-dev"
+!define VERSION "0.2.6.6"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 608ae3578168f34f9c800f531df9c16714a8cc6d..9b2a9b054aaa8dbf640c149858be9f6b2589f25b 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.6.5-rc-dev"
+#define VERSION "0.2.6.6"