diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-11-13 08:41:30 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-11-13 08:41:30 -0500 |
commit | 741d2dc685a0e380bc4d8fbcda5a33b70272b3f7 (patch) | |
tree | 487d14a4171e9709786a17ac9664795d18bd1253 | |
parent | 7b859fd8c558c9cf08add79db87fb1cb76537535 (diff) | |
download | tor-741d2dc685a0e380bc4d8fbcda5a33b70272b3f7.tar.gz tor-741d2dc685a0e380bc4d8fbcda5a33b70272b3f7.zip |
Bump to 0.2.7.5
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | contrib/win32build/tor-mingw.nsi.in | 2 | ||||
-rw-r--r-- | src/win32/orconfig.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 3def8df2c3..43b848cc58 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in index d15cd5ce02..49d86befe1 100644 --- a/contrib/win32build/tor-mingw.nsi.in +++ b/contrib/win32build/tor-mingw.nsi.in @@ -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" diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index ac9ce8074a..0b392211b2 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -232,7 +232,7 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.7.4-rc" +#define VERSION "0.2.7.5" |