]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump version to 0.2.7-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 20 Nov 2015 15:27:35 +0000 (10:27 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 20 Nov 2015 15:27:35 +0000 (10:27 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 43b848cc58cc833d104409d97bec98b1e4ec1ebb..06d03ae5c6236d323f0c0c3d31f4b38994c8feed 100644 (file)
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2015, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.7.5])
+AC_INIT([tor],[0.2.7.5-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 49d86befe163c1b6e6fafd96315d0ac5ba028323..8932c821878eb1e2b34a9f9718fc311c393e74be 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.7.5"
+!define VERSION "0.2.7.5-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 0b392211b27d8783e6cba8099d2c2749e7375f6a..11b554678744d514d9c3212d75193a19179b35d8 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.7.5"
+#define VERSION "0.2.7.5-dev"