]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.2.12
authorNick Mathewson <nickm@torproject.org>
Fri, 7 Sep 2018 19:11:07 +0000 (15:11 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 7 Sep 2018 19:11:07 +0000 (15:11 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 79d2f7e546da14e15538f5b0d4ff2c914c985bd0..5b541d7c9a761d8ea85f3451afb5620f7337e075 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.10-dev])
+AC_INIT([tor],[0.3.2.12])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 7f2220153dcb645b5d6f09e523176382540958c5..8c84e3659c17ab0dbb2922a95b5c982adabb39c4 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.2.10-dev"
+!define VERSION "0.3.2.12"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index f5186fd2427fb5f9bacc7abed950692a8d463888..fcdc090d442f9154a49c7189f078d88deff2152b 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.2.10-dev"
+#define VERSION "0.3.2.12"