]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.5.15-dev
authorNick Mathewson <nickm@torproject.org>
Mon, 14 Jun 2021 15:45:30 +0000 (11:45 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 14 Jun 2021 15:45:30 +0000 (11:45 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 82ef4f55547a2aaf74bd3948e7b36dbae276aa04..89ccbc580776de94522e13508d552de718b5f97b 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.5.15])
+AC_INIT([tor],[0.3.5.15-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 9d2e25a9e843da4cfd5d1c28db0b9bb04ace918a..234971e178bcb822220bfd81632d945dd9729fd6 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.5.15"
+!define VERSION "0.3.5.15-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index dff63efa1847591d2a51b242b097e096cfc435b7..c97889ce46779aab9c5f2d06843a1eccaf81aff5 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.15"
+#define VERSION "0.3.5.15-dev"