]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump master to 0.2.7 tor-0.2.7.0-root
authorNick Mathewson <nickm@torproject.org>
Tue, 24 Feb 2015 15:31:05 +0000 (10:31 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 24 Feb 2015 15:31:05 +0000 (10:31 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index aaad11ff9119a5cb0430eaadfbfdde97bbadd4e0..e5e36d5c0772d42d8a08c94e8594f869ef66c63a 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.3-alpha-dev])
+AC_INIT([tor],[0.2.7.0-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 24757a8f4b9d1a649cf74ffefdf78cb4b01d5610..77297035795cf0aa418719c5003943217359e0e2 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.6.3-alpha-dev"
+!define VERSION "0.2.7.0-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index e3a5205c086b8949ff0d3becae266f99b2f5c507..6745bcc9f54c43eb53290914cd1bdb02d32c71cd 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.6.3-alpha-dev"
+#define VERSION "0.2.7.0-alpha-dev"