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

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