]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.2.8.4-rc-dev
authorNick Mathewson <nickm@torproject.org>
Wed, 15 Jun 2016 16:55:17 +0000 (12:55 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 15 Jun 2016 16:55:17 +0000 (12:55 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

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