]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update to 0.3.1.10
authorNick Mathewson <nickm@torproject.org>
Thu, 1 Mar 2018 21:43:01 +0000 (16:43 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 1 Mar 2018 21:43:01 +0000 (16:43 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 2b02be1ed971e2d675c9b1ecc41800aead7f743d..892ee2ae8563c89d1c3cefd6bc6f7ae49762f919 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.9-dev])
+AC_INIT([tor],[0.3.1.10])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 472ec0d26e66cdac01f5b8acd26930fd9d78ddf5..72a99b7e4657dce06b9c8104df9393842492f128 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.1.9-dev"
+!define VERSION "0.3.1.10"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 3ecf024829786b6f24149eacbf949189209a591b..5f2ef7a865bc4fd05dfa9b45a0b93ed7e8f14d19 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.1.9-dev"
+#define VERSION "0.3.1.10"