]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.4.9-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 2 Nov 2018 17:01:32 +0000 (13:01 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 2 Nov 2018 17:01:32 +0000 (13:01 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index ac0dd9667df751d6ada5c1d1ff96c4449b474a84..0a89fa56fe462e41ae5c408776cd442184479a3d 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.9])
+AC_INIT([tor],[0.3.4.9-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 1a72ee30e2a18250612957f347d45b2ad786fc35..92de55778131a6c5e36b37d599258ddfad14cfc6 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.4.9"
+!define VERSION "0.3.4.9-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index dd53f6d035d671d72b7e72f7cdb72442f3a0a1d0..1f1e56e76ce8f823c46d942e0eed26719a1eb4de 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.4.9"
+#define VERSION "0.3.4.9-dev"