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

index 6fb101bf9b830fc30f2f1f6e4c9a5071cde41246..94cebf401c1440faca9623f71ac364b4bc5b1a63 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2015, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.2.8.16-dev])
+AC_INIT([tor],[0.2.8.17])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index b9eac37c53faa5aaa5ea87066219c9e1abe12c35..b9076fbc73a45c9f20bda388978de33c6f7640f4 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.8.16-dev"
+!define VERSION "0.2.8.17"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 211243d1dcfcbf6db2ed0ccf1a685533a4fa35c8..9db6ef2094255fac5496aa94df7b177d2ef8198e 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.8.16-dev"
+#define VERSION "0.2.8.17"