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

index 3e8084cdebe18913f77e80597fbe9881739fd411..17e6fca0d63586fb93dfbdcf0127b0b05351719f 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2015, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.2.9.14])
+AC_INIT([tor],[0.2.9.14-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index c5d2d7e89d7b2d16c21dec110d9ea863245070a6..83c6d5c5e9b55773bb989c9acd0e045caef4e57d 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.9.14"
+!define VERSION "0.2.9.14-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 46cd55dd62f26deb6554b61d4cec1e36edbdab00..bfe02629684de7ec19e6f899f159a5d2d8e4a101 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.9.14"
+#define VERSION "0.2.9.14-dev"