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

index 0fdb84c1317b4f600369c3b6df1b7115f0a1b22f..73858d3f29296b142669d19a4a18637e626a04a8 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.2.9-dev])
+AC_INIT([tor],[0.3.2.10])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 252424619c5923bb3b6501065addb5e52a671b91..603f842d63b2d5f42f1e3671ce5802dc27c44a19 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.2.9-dev"
+!define VERSION "0.3.2.10"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index d3645d9fb2e8567160bb6b3ca6f86e50051a8e62..83ed63fa4a5ef804b387bd586cc0463dd8046a26 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.2.9-dev"
+#define VERSION "0.3.2.10"