]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.6.9
authorAndrea Shepard <andrea@persephoneslair.org>
Wed, 10 Jun 2015 14:58:33 +0000 (14:58 +0000)
committerAndrea Shepard <andrea@persephoneslair.org>
Wed, 10 Jun 2015 15:02:04 +0000 (15:02 +0000)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 156bb3f548bd50d6cf50c12c526b9afcf5ebff21..1496b0544be432187c1691279663067b4a9584ed 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.8])
+AC_INIT([tor],[0.2.6.9])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 1764614c6329ffc058b25e60a77742252747470d..5c5c1bb70d0e1e51a5ef3eb8a3b01b0b06edf370 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.6.8"
+!define VERSION "0.2.6.9"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index c0ab2de390ab8671e88cfe8e6efe3598f50160b1..9b2e84d3e666243288a1f75efa53bb053ed0441e 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.6.8"
+#define VERSION "0.2.6.9"