]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.5.12-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 12 Nov 2020 13:11:01 +0000 (08:11 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 12 Nov 2020 13:11:01 +0000 (08:11 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index e7b1bc4d942307e28d27e6ca5deb102af48ce353..642e4cf09ccf8473bf3d395da32b7defb7247f14 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.12])
+AC_INIT([tor],[0.3.5.12-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 374a503698aece4d42be89fe2d5ada2548a65f74..37a0e1e93b9505a0c98ff786ec1fe51fe6d2e9d7 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.5.12"
+!define VERSION "0.3.5.12-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 5d2d321caf3c46847f1a1c24a3d4cff3435e92e6..e67ff13b133605231b1d50c133c4632ddcc21034 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.12"
+#define VERSION "0.3.5.12-dev"