]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update versions to 0.2.8.8
authorNick Mathewson <nickm@torproject.org>
Thu, 22 Sep 2016 19:37:06 +0000 (15:37 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 22 Sep 2016 19:37:06 +0000 (15:37 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 76080f4a79477e6c526b3fb315f0a3205a51ba01..6150e7baaf4943834f0a178f674038631e767b87 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.7-dev])
+AC_INIT([tor],[0.2.8.8])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 1b0c23da7279c507ffdfe6610cb78841bf0a9499..a4c98cd468706a95625dfa8f903cc7d188a38fcf 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.8.7-dev"
+!define VERSION "0.2.8.8"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index a3ad9de2317f924fe7f8305ecb35412ae0030c4b..2ca344807fd6046629ba64d5ee7c1fd247a16ec4 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.8.7-dev"
+#define VERSION "0.2.8.8"