]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.4.20
authorRoger Dingledine <arma@torproject.org>
Sun, 22 Dec 2013 09:21:42 +0000 (04:21 -0500)
committerRoger Dingledine <arma@torproject.org>
Sun, 22 Dec 2013 09:21:42 +0000 (04:21 -0500)
configure.ac
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 398aa825b86e3ff18f332dac4c616bd49d9119c9..63d1e1334f0ac8bf09de03393be8790733dd83d1 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.19])
+AC_INIT([tor],[0.2.4.20])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 7314b51533d8db8fccbd09167242c0850082859f..c1f0db8a6f32b807773f7cc42a273dea6aa8f4d7 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.4.19"
+!define VERSION "0.2.4.20"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 746e216319018a03528a7a1d452c31f9cd85e37b..9d108f5474a1b70f879484fbb45a777ec9240924 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.19"
+#define VERSION "0.2.4.20"