]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.2.9.10-dev
authorNick Mathewson <nickm@torproject.org>
Wed, 1 Mar 2017 13:18:54 +0000 (08:18 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 1 Mar 2017 13:18:54 +0000 (08:18 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 095f37462e12b291cef129fd8b6a7d2f8efcc27d..d54793af2f5b9d839229f07da939ace5e4e0b759 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.10])
+AC_INIT([tor],[0.2.9.10-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 987aa01f2d04a34c05b3324a4f28bfd080105601..5f3ac996480f64d5e11547e29ed8d09314711ceb 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.9.10"
+!define VERSION "0.2.9.10-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 540cfab40aa7855a1e767105d4712befefd7057b..a54c0097ee899b2fd6c197c8ceefb6186f60ad14 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.9.10"
+#define VERSION "0.2.9.10-dev"