[tor-commits] [tor/maint-0.2.8] Bump to 0.2.4.28

nickm at torproject.org nickm at torproject.org
Tue Feb 28 15:42:26 UTC 2017


commit 4bab288a822a5312ee2953822563e694c7274afb
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Feb 28 10:20:46 2017 -0500

    Bump to 0.2.4.28
---
 configure.ac             | 2 +-
 contrib/tor-mingw.nsi.in | 2 +-
 src/win32/orconfig.h     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6ffe3cc..8e70722 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2013, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.4.27])
+AC_INIT([tor],[0.2.4.28])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index a66bcd1..da24244 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.27"
+!define VERSION "0.2.4.28"
 !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 baddef6..cca8ad0 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -241,7 +241,7 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.27"
+#define VERSION "0.2.4.28"
 
 
 





More information about the tor-commits mailing list