]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add -dev to version number.
authorNick Mathewson <nickm@torproject.org>
Thu, 8 Jun 2017 18:05:16 +0000 (14:05 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 8 Jun 2017 18:05:16 +0000 (14:05 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 55e59e9eee66c345b262786bcdc416a90ab22f3d..63f4f1f7578eedce909e491d669afeb32d7a9d7e 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.6.12])
+AC_INIT([tor],[0.2.6.12-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 4de6b1b2530c2284e168d723f12644972b8ad281..576abd236447ef68a3d631b3cb256107f10a3ace 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.6.12"
+!define VERSION "0.2.6.12-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 74a27f44feb45324d4749e3ad3e9f6bdb90d743e..4a9ad29c64c85f808ba86810364f52cd2a0bd677 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.6.12"
+#define VERSION "0.2.6.12-dev"