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

index 67fddd7b459d67ea5b85063a010b319d9ea9b5fd..25e197d438f9cb8e6c5076fb00eb74f1322a0bbc 100644 (file)
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2013, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.5.16])
+AC_INIT([tor],[0.2.5.16-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index c88262afa708954be74026a898401c9ba8d6fba9..9d9eef63218e42cb2dd73b24bca5327147839171 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.5.16"
+!define VERSION "0.2.5.16-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 87ba1f11a3fdd62b78d7a8fa60068a7fe930d2d1..a890f62f3244efbd9fe9f7dde11fe0e04a30d9fb 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.5.16"
+#define VERSION "0.2.5.16-dev"