]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.3.7
authorNick Mathewson <nickm@torproject.org>
Tue, 12 Jun 2018 12:57:09 +0000 (08:57 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 12 Jun 2018 12:57:09 +0000 (08:57 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index f7e3c1e947f1443d77369f978457120c1f821832..e5c28b03b223e1d051d50c136a485c35ed2d75c1 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.6-dev])
+AC_INIT([tor],[0.3.3.7])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 11ca7e2e3d6004dfa8b9ffec5d0d7ac5daf10d48..56d227b08d8a320fa4f6075041c8c30d80d0c2d2 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.3.6-dev"
+!define VERSION "0.3.3.7"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 5b3ea62f22328ca656b16fb9a5cd0c0044b14e80..5a3fd3c2f0c508c390f819bf387700618432c4cf 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.3.6-dev"
+#define VERSION "0.3.3.7"