]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.2.4.28
authorNick Mathewson <nickm@torproject.org>
Tue, 28 Feb 2017 15:20:46 +0000 (10:20 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 28 Feb 2017 15:20:46 +0000 (10:20 -0500)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 6ffe3cc21b4f71526a12f64fb2a7d518d75ffcde..8e7072290d3aeb69924e9ac1f196466c63ce6e52 100644 (file)
@@ -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
index a66bcd1a561c73731e829a35097f5ffc709bb21e..da242447199fc96b019322c57be503067c7295b7 100644 (file)
@@ -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"
index baddef622abd26fd461df5faa0ad00a79c11c2ab..cca8ad0fe934135a3b8e4291d73f8a6be7be09dd 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.27"
+#define VERSION "0.2.4.28"