]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump version to 0.2.6.7
authorNick Mathewson <nickm@torproject.org>
Mon, 6 Apr 2015 14:00:30 +0000 (10:00 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 6 Apr 2015 14:00:30 +0000 (10:00 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

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