]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.3.1.9-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 1 Dec 2017 14:34:20 +0000 (09:34 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 1 Dec 2017 14:34:20 +0000 (09:34 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 5afcdddb083b95879736159b69376d8c7709e0c0..14e676aa1394c4155d5ad7b6236b7f54bf112f1b 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.9])
+AC_INIT([tor],[0.3.1.9-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 391d63c00ec97749c621aa2343ef5cb1749f68ed..472ec0d26e66cdac01f5b8acd26930fd9d78ddf5 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.1.9"
+!define VERSION "0.3.1.9-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index ccb82d0633712bc219859e2b8e1264854f87c85e..3ecf024829786b6f24149eacbf949189209a591b 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.1.9"
+#define VERSION "0.3.1.9-dev"