]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.3.1.8-dev
authorNick Mathewson <nickm@torproject.org>
Wed, 25 Oct 2017 13:28:05 +0000 (09:28 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 25 Oct 2017 13:28:05 +0000 (09:28 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index eeec24e1c954b926f89a74ee14b84e58a16e8898..644d7231da8e906db29e6234cd939a372177f625 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.1.8])
+AC_INIT([tor],[0.3.1.8-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index a8c8de99ea00bda7ec6800b4d98b5d57fbf769e5..61c2713c223a77734075db63e21137800d1ecf78 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.1.8"
+!define VERSION "0.3.1.8-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 0de6aa2becc3dce9a8554c925c1bcbf9681cd8d2..0a2efa3416f51c0aa0e3a82a1043a3aeceb9f0fb 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.1.8"
+#define VERSION "0.3.1.8-dev"