]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.9.12-dev
authorNick Mathewson <nickm@torproject.org>
Mon, 18 Sep 2017 18:39:46 +0000 (14:39 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 18 Sep 2017 18:39:46 +0000 (14:39 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 45019bebbc9718122f3b6df427bbfc6cb676aa60..76140cbd19dafd6e39fafb80d8fc6bb180904221 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.12])
+AC_INIT([tor],[0.2.9.12-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index eafedfa68b80881d36abe823eb998031ee1aee88..df657d38b10ada6033cb20ec065cf9de469488be 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.9.12"
+!define VERSION "0.2.9.12-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index fc093daeb508c26f637c7dbdb790dd39c42c5399..47992c0d897648195cebc0ad528163adbe2f31ff 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.9.12"
+#define VERSION "0.2.9.12-dev"