]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
version bump to 0.3.3.6
authorNick Mathewson <nickm@torproject.org>
Tue, 22 May 2018 16:40:18 +0000 (12:40 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 22 May 2018 16:40:18 +0000 (12:40 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 44235024c81691e2f89ba5711c7f66fdb751e6c3..fbe6450e88552e1e2813861e4e137e8197a1aa21 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.5-rc-dev])
+AC_INIT([tor],[0.3.3.6])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index c27e244b533656fb44c355431232cdb0f4728da1..164d275185df8f28563dca84c3484cbd0783b8f1 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.3.5-rc-dev"
+!define VERSION "0.3.3.6"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index de1bc8c85881d87955507304b6f3450437da2c6e..bb683e009ed7cf6bdd5d0f0b73c62944597bd41f 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.3.5-rc-dev"
+#define VERSION "0.3.3.6"