]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
update version to 0.3.1.2-alpha
authorNick Mathewson <nickm@torproject.org>
Fri, 26 May 2017 12:58:08 +0000 (08:58 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 26 May 2017 12:58:08 +0000 (08:58 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 516228a92731a5ff3ae20513675161e66877a9a2..ca2a4f30979f1178277edb239c636ce44ab9c060 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.1-alpha])
+AC_INIT([tor],[0.3.1.2-alpha])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 297b741636c6603ba168023eef40d16a1b958981..4af0fe284b049547f8c85f78357420ac05565414 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.1.1-alpha"
+!define VERSION "0.3.1.2-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index ee184db04e987233cc59ea980fb80eda95b20e96..30b19fefd138e0651df4c9f5058de6912b3f1205 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.1.1-alpha"
+#define VERSION "0.3.1.2-alpha"