]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.4.11-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 21 Feb 2019 18:23:46 +0000 (13:23 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 21 Feb 2019 18:23:46 +0000 (13:23 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index c8a641a4c2d416b6e8c8f1f952218a5314b6e29c..bb807094a50e55efb439933905f09b44e5410e2f 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.4.11])
+AC_INIT([tor],[0.3.4.11-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index af0ce944aa93f906227732b325cc22e5461a701a..18bc2a62cadaaab0dd13136a271c3f3cc2241ac1 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.4.11"
+!define VERSION "0.3.4.11-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 3901be2f88a97834476fd48b07656ba958b14d73..434b6dd4c8b161ba4aebbdb1dead2b6c0b63c626 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.4.11"
+#define VERSION "0.3.4.11-dev"