]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.3.11
authorNick Mathewson <nickm@torproject.org>
Mon, 7 Jan 2019 15:21:59 +0000 (10:21 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 7 Jan 2019 15:21:59 +0000 (10:21 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index a651a7b5f3c4fcc7e5266fed71c4d465d9ce57af..a5e1faf4ea39f2e36fc7ba3412e2c791dccf12fa 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.10-dev])
+AC_INIT([tor],[0.3.3.11])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index fbf7e9afe445cb5ff53901a65d857aa856920f74..aaee0e77e6d144adad04813f11086b33b81a49e5 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.3.10-dev"
+!define VERSION "0.3.3.11"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 72489d702127148c5d20bf4fa4351b53de825d7f..2131d4f4383029a2384564c02afaa1f9ed94345f 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.3.10-dev"
+#define VERSION "0.3.3.11"