]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump master to 0.2.8.0-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 25 Sep 2015 13:27:39 +0000 (09:27 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 25 Sep 2015 13:27:39 +0000 (09:27 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index b190522cc1851bef44962482fca2784ef2074681..a6fa1cb38e21baf0310f71f9b9c46043969c9bb4 100644 (file)
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2015, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.7.3-rc-dev])
+AC_INIT([tor],[0.2.8.0-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 5c5b35bec2e13fbd0cab60fe0990127fd61bb629..2da42104993d3db015d7662e47bd4b2a138d9d8d 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.7.3-rc-dev"
+!define VERSION "0.2.8.0-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 61677fed1bbb6d81d62b9cac522a15e1d4ecb12c..c0b14e53045950465a7e078412f1be53c88be77d 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.7.3-rc-dev"
+#define VERSION "0.2.8.0-alpha-dev"