]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump version to 0.2.8.4-rc
authorNick Mathewson <nickm@torproject.org>
Wed, 15 Jun 2016 00:36:35 +0000 (20:36 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 15 Jun 2016 00:36:35 +0000 (20:36 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 4976d7b16d42d8792d58571bf19d5412d4e3e7ce..9d4e56d381a095e96ec46c5f6b1ca9b68c2956fc 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.3-alpha-dev])
+AC_INIT([tor],[0.2.8.4-rc])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index f1b9bbd2637152f3027c89a754f707ce68bb5133..72523cd969aa3112e3aca65ac152ea8e9f6f612b 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.8.3-alpha-dev"
+!define VERSION "0.2.8.4-rc"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 4e9c3ffdf764c7ddabea9ba96cddf702445e53f2..a6c8402df65ab6a315d92d8e3db7a4fde80c6b87 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.8.3-alpha-dev"
+#define VERSION "0.2.8.4-rc"