]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump 0.2.5 version to 0.2.5.12
authorNick Mathewson <nickm@torproject.org>
Mon, 6 Apr 2015 13:56:37 +0000 (09:56 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 6 Apr 2015 13:56:37 +0000 (09:56 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

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