]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.2.4.29
authorNick Mathewson <nickm@torproject.org>
Thu, 8 Jun 2017 13:25:31 +0000 (09:25 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 8 Jun 2017 13:25:31 +0000 (09:25 -0400)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 8e7072290d3aeb69924e9ac1f196466c63ce6e52..6b4d00951607defc27573a32f3c105b986a5994a 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.28])
+AC_INIT([tor],[0.2.4.29])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index da242447199fc96b019322c57be503067c7295b7..4e00cb778e9676e9d554b0b4ef3be7c6ca4fe9d7 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.28"
+!define VERSION "0.2.4.29"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index cca8ad0fe934135a3b8e4291d73f8a6be7be09dd..5468455489e449aa307d63ac2dbb0c53539964c1 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.28"
+#define VERSION "0.2.4.29"