]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump maint version to 0.2.7.6
authorNick Mathewson <nickm@torproject.org>
Thu, 10 Dec 2015 15:04:59 +0000 (10:04 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 10 Dec 2015 15:04:59 +0000 (10:04 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 3236a812f3bcc66df5a3b03e794219a800df821e..6c72971a26689e11e11350b04cf0867ce9a43da9 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.7.5-dev])
+AC_INIT([tor],[0.2.7.6])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 8932c821878eb1e2b34a9f9718fc311c393e74be..07cc31519b4047f275575691a9a168997d0eac3e 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.7.5-dev"
+!define VERSION "0.2.7.6"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 11b554678744d514d9c3212d75193a19179b35d8..822e261df2bc0c807b9068b7f39900c4dcf9984f 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.7.5-dev"
+#define VERSION "0.2.7.6"