]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.4.8-dev
authorNick Mathewson <nickm@torproject.org>
Mon, 10 Sep 2018 13:42:40 +0000 (09:42 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 10 Sep 2018 13:42:40 +0000 (09:42 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 4fc1ee13d4943cef24114913b53b17d714c58be0..579c34947a7a753a547995b993b7bf8d43bfc554 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.8])
+AC_INIT([tor],[0.3.4.8-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 0e79e2abf8a9b2d1030c26b07bf4aabb888cb326..3ebd6a359b66c41bb7ba05af11bf6ee7210baa98 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.4.8"
+!define VERSION "0.3.4.8-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 4c7176dae634a82154c2f888494ef1ab5c74b968..b4a2f667a87a9dfaeb9c41f5b7ae3ec60a26e662 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.4.8"
+#define VERSION "0.3.4.8-dev"