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

index 4eeb34dca848eae867a9f249dfc0de393227fb52..f989534a6747ec425c8d10032722ddcb55c7b105 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.14-dev])
+AC_INIT([tor],[0.2.5.15])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index af09326f12365a212aac6d24e550843c6e663d55..519a73d2cbcfdb80fdd3078317ef44fe1cabf439 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.5.14-dev"
+!define VERSION "0.2.5.15"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 5e670c35c1c3026c0a2254539588d49b01092e62..6cbd31e521f05ec74919e85ee7b5b88b28853a02 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.5.14-dev"
+#define VERSION "0.2.5.15"