]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version. (This is not yet the release.)
authorNick Mathewson <nickm@torproject.org>
Thu, 4 Feb 2016 15:07:06 +0000 (10:07 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 4 Feb 2016 15:07:06 +0000 (10:07 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 6d2312d15996b3137a56e8c9d532e96e36760301..1a78f41a30ab6b23de6b672b064437edea307a66 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.8.0-alpha-dev])
+AC_INIT([tor],[0.2.8.1-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 2da42104993d3db015d7662e47bd4b2a138d9d8d..d5866aadecab45a44f535eb2d2909abf06ad36d3 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.8.0-alpha-dev"
+!define VERSION "0.2.8.1-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index c0b14e53045950465a7e078412f1be53c88be77d..7c6159ed5c25e078db0d5829ea5726408d73762d 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.8.0-alpha-dev"
+#define VERSION "0.2.8.1-alpha"