]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.1.5-alpha
authorNick Mathewson <nickm@torproject.org>
Mon, 31 Jul 2017 18:29:33 +0000 (14:29 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 31 Jul 2017 18:29:33 +0000 (14:29 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index fc95491c17a793699420078390558156d8bca305..90173fdbbee81fe388fbb2c17a95e61ae1479c18 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2017, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.1.4-alpha-dev])
+AC_INIT([tor],[0.3.1.5-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index d6c0217264f63ce78d2824643f8abbd47fcb0434..e5181449dc0537751d47352682d705896997fd82 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.1.4-alpha-dev"
+!define VERSION "0.3.1.5-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index caaf4817316e93ace24eb2c10ff1cd413a5309cb..7253ddbbb8e45bdbd21cf85605abab6e8ccdbc84 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.1.4-alpha-dev"
+#define VERSION "0.3.1.5-alpha"