]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump version to 0.3.0.7
authorNick Mathewson <nickm@torproject.org>
Mon, 15 May 2017 22:25:07 +0000 (18:25 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 15 May 2017 22:25:07 +0000 (18:25 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index c4d6bb19d36d4c7f4942a43dc5c71c548c441717..4c82638209508af6bf17582169cd71b9c4c07873 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2015, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.0.6-dev])
+AC_INIT([tor],[0.3.0.7])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index b26c88b8110bc42fd23ef0c161b4a1419bcdd0f3..1ea622ffb962fe5c95497b18a027acbe90779754 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.0.6-dev"
+!define VERSION "0.3.0.7"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 40781c7bfa73dabc2fbadc7caf8ba5d226b6e3c2..120fa21400cb70430007e5164a71e31901f05aae 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.0.6-dev"
+#define VERSION "0.3.0.7"