]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.2.7.5
authorNick Mathewson <nickm@torproject.org>
Fri, 13 Nov 2015 13:41:30 +0000 (08:41 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 13 Nov 2015 13:41:30 +0000 (08:41 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 3def8df2c3e7dfc9ec4c81d0b692104bb02c2923..43b848cc58cc833d104409d97bec98b1e4ec1ebb 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.4-rc])
+AC_INIT([tor],[0.2.7.5])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index d15cd5ce02cc627e1acc911a08388d41c122d836..49d86befe163c1b6e6fafd96315d0ac5ba028323 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.7.4-rc"
+!define VERSION "0.2.7.5"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index ac9ce8074ae322d1aa7744eeb94112e4887712a5..0b392211b27d8783e6cba8099d2c2749e7375f6a 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.7.4-rc"
+#define VERSION "0.2.7.5"