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

index 8f85dae72028773ac19257e4a103930a706f83da..da797e558690454a50873b48ca63babdf4ae1909 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.5.13])
+AC_INIT([tor],[0.2.5.14])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 9661e10ee3ec979b30a41255717af460e2d3ed6a..3e550305573dbb767963a5304191f56b9cf5edd2 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.5.13"
+!define VERSION "0.2.5.14"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index aa04092f2f77daa7d35bbbc847a77553135f21c9..d45f51e3a519939223cdf8abb4cc9bc3e71aec26 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.5.13"
+#define VERSION "0.2.5.14"