]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update to 0.3.3.12
authorNick Mathewson <nickm@torproject.org>
Thu, 21 Feb 2019 14:49:48 +0000 (09:49 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 21 Feb 2019 14:49:48 +0000 (09:49 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 285bf6bc13ea16335fc43d39c75687ae886609e4..5162a70e6dd4164a6b917024a9e00a799ee606d0 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.3.11-dev])
+AC_INIT([tor],[0.3.3.12])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 826d60de8d23103b1b144b9a3adbf030e5f11c61..d24d1076b342e5547d78994b23ecbec84dbff881 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.3.11-dev"
+!define VERSION "0.3.3.12"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index b66b0390f671804d76a21899f41d3fb4126e8e25..472ab87b6e6d70dd642aaa5f1e69e1e146b28b3c 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.3.11-dev"
+#define VERSION "0.3.3.12"