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

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