]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.5.16
authorNick Mathewson <nickm@torproject.org>
Thu, 30 Nov 2017 17:19:48 +0000 (12:19 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 30 Nov 2017 17:19:48 +0000 (12:19 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 3177782753c500405f1b5ad49269a7e4fdaff39c..67fddd7b459d67ea5b85063a010b319d9ea9b5fd 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.15-dev])
+AC_INIT([tor],[0.2.5.16])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 6dc7cbd764d78c38834aa8381c89451db23ea183..c88262afa708954be74026a898401c9ba8d6fba9 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.5.15-dev"
+!define VERSION "0.2.5.16"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 5ba3ec194551a3936d376dfaa652aedb7770e78a..87ba1f11a3fdd62b78d7a8fa60068a7fe930d2d1 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.5.15-dev"
+#define VERSION "0.2.5.16"