]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.1.3-alpha.
authorNick Mathewson <nickm@torproject.org>
Thu, 8 Jun 2017 13:24:16 +0000 (09:24 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 8 Jun 2017 13:24:16 +0000 (09:24 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 064644ec0d16472089c6493914f4874592ef2632..cf3a1b6fa38dc4d1e15ba602e739ec8f545b0504 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.2-alpha-dev])
+AC_INIT([tor],[0.3.1.3-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index b81683e40d21e8531fc73ff60da23204a48774aa..9ecab36e6b03c2ee50f0dbb2f043e690425cf272 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.1.2-alpha-dev"
+!define VERSION "0.3.1.3-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index ea92179e928be027e07d78d6d67603d12abd89c3..be0406b7d4340a63ba9974bc18aa27670a41924b 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.1.2-alpha-dev"
+#define VERSION "0.3.1.3-alpha"