]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump 025 version to 0.2.5.11
authorNick Mathewson <nickm@torproject.org>
Thu, 12 Mar 2015 14:52:09 +0000 (10:52 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 12 Mar 2015 14:52:09 +0000 (10:52 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

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