]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.5.15-dev
authorNick Mathewson <nickm@torproject.org>
Wed, 25 Oct 2017 13:26:53 +0000 (09:26 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 25 Oct 2017 13:26:53 +0000 (09:26 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index f989534a6747ec425c8d10032722ddcb55c7b105..3177782753c500405f1b5ad49269a7e4fdaff39c 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.15])
+AC_INIT([tor],[0.2.5.15-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 519a73d2cbcfdb80fdd3078317ef44fe1cabf439..6dc7cbd764d78c38834aa8381c89451db23ea183 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.5.15"
+!define VERSION "0.2.5.15-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 6cbd31e521f05ec74919e85ee7b5b88b28853a02..5ba3ec194551a3936d376dfaa652aedb7770e78a 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.5.15"
+#define VERSION "0.2.5.15-dev"