]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.2.8.3-alpha
authorNick Mathewson <nickm@torproject.org>
Thu, 26 May 2016 16:12:38 +0000 (12:12 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 26 May 2016 16:29:45 +0000 (12:29 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 59433c2a65b821efc61e31dbe709e45134b405e1..28210c1a230a45ecbf8b6d93a25de590c3cccc8f 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.2-alpha-dev])
+AC_INIT([tor],[0.2.8.3-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 1ddec0e761ec8dac83c0bbca9d23e79f04143772..8efc855a84ce87ec5f73e88b276362e6f831af33 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.8.2-alpha-dev"
+!define VERSION "0.2.8.3-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 67d023dd8d5c7a62b88fe6619de3e21ea7d3a00a..97f0c8c8010a7a62645201779f5f9d58c8129811 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.8.2-alpha-dev"
+#define VERSION "0.2.8.3-alpha"